some minor changes

This commit is contained in:
bacon
2024-03-07 22:07:06 +03:00
parent 73cf9f3c6e
commit 84f4491861
7 changed files with 11 additions and 11 deletions

2
bot.py
View File

@@ -75,7 +75,7 @@ async def _cog_opt(inter: disnake.ApplicationCommandInteraction, current: str, w
@slash_cogs.error
async def cogs_error(inter, what_do):
await inter.response.send_message(f'Error', ephemeral=True)
await inter.response.send_message('Error', ephemeral=True)
logger.error(f'User {inter.author} tries to use cogs func\n{what_do}\n')