From a9c675ad6bd431ef4fdcc8f09bc2d3778b70e28d Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Sun, 30 Sep 2018 16:32:31 -0700 Subject: [PATCH] Improve xmldoc for IGuild ExplicitContentFilter --- src/Discord.Net.Core/Entities/Guilds/IGuild.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs index 989eb403b..71dde6e97 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs @@ -52,7 +52,12 @@ namespace Discord /// The level of requirements. /// VerificationLevel VerificationLevel { get; } - /// Gets the level of content filtering applied to user's content in a Guild. + /// + /// Gets the level of content filtering applied to user's content in a Guild. + /// + /// + /// The level of explicit content filtering. + /// ExplicitContentFilterLevel ExplicitContentFilter { get; } /// /// Gets the ID of this guild's icon.