From 86b0b3b266028736b3aeee97ee1c64b44bcc806c Mon Sep 17 00:00:00 2001 From: RogueException Date: Wed, 18 May 2016 19:30:01 -0300 Subject: [PATCH] Minor doc edit --- src/Discord.Net/Models/Profile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.