SeaCogs/aurora/__init__.py

6 lines
92 B
Python
Raw Normal View History

2024-05-06 20:45:22 -04:00
from aurora.aurora import Aurora
async def setup(bot):
await bot.add_cog(Aurora(bot))