Fixed typo
This commit is contained in:
parent
9f711139d0
commit
ea9196e66a
2
main.py
2
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)+'```')
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user