added logging
This commit is contained in:
2
bot.py
2
bot.py
@@ -74,7 +74,7 @@ async def _cog_opt(inter: disnake.ApplicationCommandInteraction, current: str, w
|
||||
|
||||
|
||||
@slash_cogs.error
|
||||
async def cogs_error(inter, what_do):
|
||||
async def cogs_error(inter: disnake.ApplicationCommandInteraction, what_do):
|
||||
await inter.response.send_message('Error', ephemeral=True)
|
||||
logger.error(f'User {inter.author} tries to use cogs func\n{what_do}\n')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user