From a06c203a062e7855b9685da593584d386c80d6fe Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 17 Dec 2022 15:29:57 +0300 Subject: [PATCH] No need for escape markdown on mentions --- minearchy_bot/cogs/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minearchy_bot/cogs/misc.py b/minearchy_bot/cogs/misc.py index c129f74..b6e99b2 100644 --- a/minearchy_bot/cogs/misc.py +++ b/minearchy_bot/cogs/misc.py @@ -71,7 +71,7 @@ class Miscellaneous( return await message.author.edit(nick=message.author.display_name[5:]) - await message.channel.send(f"Welcome back {escape_markdown(message.author.mention)}! I've unset your AFK status.") + await message.channel.send(f"Welcome back {message.author.mention}! I've unset your AFK status.") @command( brief="Sets you as AFK.",