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:
parent
957c9a551b
commit
a06c203a06
1 changed files with 1 additions and 1 deletions
|
@ -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.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue