Browse Source

Update comments

pull/923/head
Chris Johnston 7 years ago
parent
commit
9bd9b54953
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs View File

@@ -34,7 +34,7 @@ namespace Discord
/// Should the user have a nickname set?
/// </summary>
/// <remarks>
/// To clear the user's nickname, this value can be set to null.
/// To clear the user's nickname, this value can be set to null or string.Empty.
/// </remarks>
public Optional<string> Nickname { get; set; }
/// <summary>


Loading…
Cancel
Save