updated loads locale

This commit is contained in:
bacon
2024-03-10 23:51:24 +03:00
parent 7b54fed87f
commit 6ae7fee5ba

4
bot.py
View File

@@ -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())))