1
0
Fork 1
forked from cswimr/SeaCogs
SeaCogs/aurora/__init__.py

5 lines
86 B
Python

from .aurora import Aurora
async def setup(bot):
await bot.add_cog(Aurora(bot))