diff --git a/discord/member.py b/discord/member.py index 31b29c274..5d9788e68 100644 --- a/discord/member.py +++ b/discord/member.py @@ -551,8 +551,6 @@ class Member(discord.abc.Messageable, _UserTag): @property def mention(self) -> str: """:class:`str`: Returns a string that allows you to mention the member.""" - if self.nick: - return f'<@!{self._user.id}>' return f'<@{self._user.id}>' @property