SeaCogs/aurora/__init__.py
SeaswimmerTheFsh bcc4aa384f
All checks were successful
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s
Actions / Lint Code (Ruff & Pylint) (pull_request) Successful in 41s
fix(aurora): hopefully fixed the module not found issue?
2024-05-06 17:41:14 -04:00

5 lines
90 B
Python

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