diff --git a/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs b/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs index 83ee377e4..7ea397c81 100644 --- a/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs +++ b/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs @@ -87,7 +87,7 @@ namespace Discord /// Gets or sets the flags of the guild member. /// /// - /// Not all flags can be modified and are reserved for Discord. + /// Not all flags can be modified, these are reserved for Discord. /// public Optional Flags { get; set; } }