updated lib_Cog test

This commit is contained in:
bacon
2024-03-17 21:34:03 +03:00
parent cb72e48f09
commit 4e535f6580
4 changed files with 25 additions and 22 deletions

2
bot.py
View File

@@ -36,7 +36,7 @@ bot = Bot(command_prefix=determine_prefix,
bot.i18n.load("locale/")
asyncio.run(work_with_cogs('load', bot, asyncio.run(cog_list())))
asyncio.run(work_with_cogs('load', bot, cog_list()))
@bot.event