deleted slash command from test

This commit is contained in:
bacon
2024-03-07 23:56:46 +03:00
parent 854373d5b4
commit 5d9c9dcd26
2 changed files with 1 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ async def cog_list(fold='./cogs') -> List[str]:
return cogs_list
async def work_with_cogs(what_do, bot, cog):
async def work_with_cogs(what_do, bot: commands.Bot, cog):
if isinstance(cog, str):
cog = cog.split()
for _filename in cog: