SeaCogs/aurora/__init__.py
SeaswimmerTheFsh 260dd3ef4c
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 40s
fix(aurora): fixing a ModuleNotFound error
2024-05-06 17:35:43 -04:00

5 lines
92 B
Python

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