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.",