SeaCogs/aurora/__init__.py

6 lines
86 B
Python
Raw Normal View History

2024-05-06 21:43:08 -04:00
from .aurora import Aurora
async def setup(bot):
await bot.add_cog(Aurora(bot))