Browse Source

Update src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs

pull/2571/head
Casmir GitHub 2 years ago
parent
commit
45a0a653d9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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

@@ -87,7 +87,7 @@ namespace Discord
/// Gets or sets the flags of the guild member. /// Gets or sets the flags of the guild member.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// Not all flags can be modified and are reserved for Discord.
/// Not all flags can be modified, these are reserved for Discord.
/// </remarks> /// </remarks>
public Optional<GuildUserFlags> Flags { get; set; } public Optional<GuildUserFlags> Flags { get; set; }
} }


Loading…
Cancel
Save