rewrite (core): Refactor lion* classes.

This commit is contained in:
2023-03-08 11:57:53 +02:00
parent cf7558d030
commit 65a34852a0
7 changed files with 294 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
from .cog import CoreCog
from .config import ConfigCog
async def setup(bot):
await bot.add_cog(CoreCog(bot))
await bot.add_cog(ConfigCog(bot))