SeaCogs/aurora/__init__.py
SeaswimmerTheFsh 92d221ff70
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
fix(aurora): forgot a file!
2024-05-06 21:43:08 -04:00

5 lines
86 B
Python

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