1
Fork 0
mirror of https://github.com/RGBCube/minearchy-bot synced 2025-07-27 08:57:46 +00:00

No need for escape markdown on mentions

This commit is contained in:
RGBCube 2022-12-17 15:29:57 +03:00
parent 957c9a551b
commit a06c203a06

View file

@ -71,7 +71,7 @@ class Miscellaneous(
return return
await message.author.edit(nick=message.author.display_name[5:]) 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( @command(
brief="Sets you as AFK.", brief="Sets you as AFK.",