rewrite: New Scheduled Session System.

This commit is contained in:
2023-06-30 11:15:39 +03:00
parent b7d66ffe8c
commit a7c5af59a7
31 changed files with 4588 additions and 44 deletions

View File

@@ -1,6 +1,11 @@
from .cog import CoreCog
from .config import ConfigCog
from babel.translator import LocalBabel
babel = LocalBabel('lion-core')
async def setup(bot):
await bot.add_cog(CoreCog(bot))