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