Browse Source

Minor doc edit

pull/73/merge
RogueException 9 years ago
parent
commit
86b0b3b266
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Models/Profile.cs

+ 1
- 1
src/Discord.Net/Models/Profile.cs View File

@@ -28,7 +28,7 @@ namespace Discord
public UserStatus Status => Client.PrivateUser.Status;
/// <summary> Returns the string used to mention this user. </summary>
public string Mention => $"<@{Id}>";
/// <summary> Returns the string used to mention this user. </summary>
/// <summary> Returns the string used to mention this user by nickname. </summary>
public string NicknameMention => $"<@!{Id}>";

/// <summary> Gets the email for this user. </summary>


Loading…
Cancel
Save