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)+'```')