deleted slash command from test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user