updated locale
This commit is contained in:
1
bot.py
1
bot.py
@@ -149,7 +149,6 @@ async def _cog_opt(inter: disnake.ApplicationCommandInteraction, current: str):
|
||||
async def _cog_opt(inter: disnake.ApplicationCommandInteraction, current: str):
|
||||
current = current.lower()
|
||||
_list = await cog_list(fold='./cogs/disabled/')
|
||||
logger.info(_list)
|
||||
return [choice for choice in _list if current in choice.lower()]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user