SeaCogs/aurora/__init__.py
SeaswimmerTheFsh ca50deedd5
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 1m12s
feat(aurora): renamed moderation cog to aurora, converted to sqlite3
2023-12-28 04:23:55 -05:00

5 lines
86 B
Python

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