generated from HoloTech/discord-bot-template
Initial commit
This commit is contained in:
8
src/core/__init__.py
Normal file
8
src/core/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from babel import LocalBabel
|
||||
|
||||
babel = LocalBabel('core')
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import CoreCog
|
||||
|
||||
await bot.add_cog(CoreCog(bot))
|
||||
Reference in New Issue
Block a user