From ea9196e66adc75b7ccc7f3637314d8961f999ce6 Mon Sep 17 00:00:00 2001 From: Showdown76 Date: Sat, 27 Jan 2024 13:17:56 +0000 Subject: [PATCH] Fixed typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 30455bc..b876b58 100644 --- a/main.py +++ b/main.py @@ -161,7 +161,7 @@ async def on_message(message: discord.Message): except Exception as e: traceback.print_exc() 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)+'```')