updated loads locale
This commit is contained in:
4
bot.py
4
bot.py
@@ -34,8 +34,8 @@ bot = commands.Bot(command_prefix=determine_prefix,
|
|||||||
reload=True,
|
reload=True,
|
||||||
test_guilds=[648126669122568215]
|
test_guilds=[648126669122568215]
|
||||||
)
|
)
|
||||||
bot.i18n.load(f"{dirname(__file__)}/locale/")
|
|
||||||
logger.info(f"{dirname(__file__)}/locale/")
|
bot.i18n.load("locale/")
|
||||||
|
|
||||||
asyncio.run(work_with_cogs('load', bot, asyncio.run(cog_list())))
|
asyncio.run(work_with_cogs('load', bot, asyncio.run(cog_list())))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user