diff --git a/src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs b/src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs index f6c8bb2d9..19bbb8f90 100644 --- a/src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs +++ b/src/Discord.Net.Core/Entities/Guilds/GuildProperties.cs @@ -115,7 +115,7 @@ namespace Discord public Optional IsBoostProgressBarEnabled { get; set; } /// - /// Gets or sets the guild features enabled in this guild. + /// Gets or sets the guild features enabled in this guild. Features that are not mutable will be ignored. /// public Optional Features { get; set; } }