Fixed typo

This commit is contained in:
Showdown76 2024-01-27 13:17:56 +00:00
parent 9f711139d0
commit ea9196e66a
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ async def on_message(message: discord.Message):
except Exception as e: except Exception as e:
traceback.print_exc() traceback.print_exc()
if message.channel in typing: typing.remove(message.channel) if message.channel in typing: typing.remove(message.channel)
await message.reply('I just uncountered an issue. Can you please report this problem to the administrator of the bot, or try again later?\n```py\n'+str(e)+'```') await message.reply('I just encountered an issue. Can you please report this problem to the administrator of the bot, or try again later?\n```py\n'+str(e)+'```')