diff --git a/src/Discord.Net/Models/Profile.cs b/src/Discord.Net/Models/Profile.cs index c3470af4b..094145d8f 100644 --- a/src/Discord.Net/Models/Profile.cs +++ b/src/Discord.Net/Models/Profile.cs @@ -28,7 +28,7 @@ namespace Discord public UserStatus Status => Client.PrivateUser.Status; /// Returns the string used to mention this user. public string Mention => $"<@{Id}>"; - /// Returns the string used to mention this user. + /// Returns the string used to mention this user by nickname. public string NicknameMention => $"<@!{Id}>"; /// Gets the email for this user.