mirror of
https://github.com/RGBCube/minearchy-bot
synced 2025-07-27 00:47:44 +00:00
No need for escape markdown on mentions
This commit is contained in:
parent
957c9a551b
commit
a06c203a06
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue