Browse Source

Improve xmldoc for IGuild ExplicitContentFilter

pull/1165/head
Chris Johnston 7 years ago
parent
commit
a9c675ad6b
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      src/Discord.Net.Core/Entities/Guilds/IGuild.cs

+ 6
- 1
src/Discord.Net.Core/Entities/Guilds/IGuild.cs View File

@@ -52,7 +52,12 @@ namespace Discord
/// The level of requirements. /// The level of requirements.
/// </returns> /// </returns>
VerificationLevel VerificationLevel { get; } VerificationLevel VerificationLevel { get; }
/// <summary> Gets the level of content filtering applied to user's content in a Guild. </summary>
/// <summary>
/// Gets the level of content filtering applied to user's content in a Guild.
/// </summary>
/// <returns>
/// The level of explicit content filtering.
/// </returns>
ExplicitContentFilterLevel ExplicitContentFilter { get; } ExplicitContentFilterLevel ExplicitContentFilter { get; }
/// <summary> /// <summary>
/// Gets the ID of this guild's icon. /// Gets the ID of this guild's icon.


Loading…
Cancel
Save