Skip to content

Commit

Permalink
- remove my name from the help message lmao
Browse files Browse the repository at this point in the history
  • Loading branch information
athphane committed Oct 31, 2022
1 parent 96ba793 commit 62e03db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions userbot/plugins/mention.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ async def hidden_mention(bot: UserBot, message: Message):
[
[
".mention",
"Mention a user with a different name\nExample: `.mention @Athfan CTO`",
"Mention a user with a different name\nExample: `.mention @user CTO`",
],
[
".hmention",
"Mention a user with a hidden text\nExample: `.hmention @Athfan`",
"Mention a user with a hidden text\nExample: `.hmention @user`",
],
],
)

0 comments on commit 62e03db

Please sign in to comment.