Files
mrtuxie-discord/src/core/__init__.py
2025-08-25 13:19:00 +10:00

9 lines
146 B
Python

from babel import LocalBabel
babel = LocalBabel('core')
async def setup(bot):
from .cog import CoreCog
await bot.add_cog(CoreCog(bot))