rewrite (core): Refactor lion* classes.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user