rewrite: Tasklist module.
This commit is contained in:
10
bot/modules/config/__init__.py
Normal file
10
bot/modules/config/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import logging
|
||||
from babel.translator import LocalBabel
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
babel = LocalBabel('config')
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
from .cog import ConfigCog
|
||||
await bot.add_cog(ConfigCog(bot))
|
||||
Reference in New Issue
Block a user