5 lines
90 B
Python
5 lines
90 B
Python
from aurora.main import Aurora
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Aurora(bot))
|