Skip to content

Commit

Permalink
Remove mentioning members with ! (#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tais993 committed Apr 15, 2022
1 parent 4bf24ae commit 459175a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -445,7 +445,7 @@ public String toString()
@Override
public String getAsMention()
{
return (nickname == null ? "<@" : "<@!") + user.getId() + '>';
return "<@" + user.getId() + '>';
}

@Nullable
Expand Down

0 comments on commit 459175a

Please sign in to comment.