SeaCogs/aurora/__init__.py
SeaswimmerTheFsh 946e14ee3c
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 42s
fix(aurora): something idk
2024-05-06 20:45:22 -04:00

5 lines
92 B
Python

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