Update XML documentation for GatewayIntents.AllUnprivileged (#2671)

This commit is contained in:
bs
2023-04-20 01:10:09 +08:00
committed by GitHub
parent 2be9b00e72
commit ce5b4af46f

View File

@@ -60,7 +60,7 @@ namespace Discord
AutoModerationActionExecution = 1 << 21,
/// <summary>
/// This intent includes all but <see cref="GuildMembers"/> and <see cref="GuildPresences"/>
/// This intent includes all but <see cref="GuildMembers"/>, <see cref="GuildPresences"/> and <see cref="MessageContent"/>
/// which are privileged and must be enabled in the Developer Portal.
/// </summary>
AllUnprivileged = Guilds | GuildBans | GuildEmojis | GuildIntegrations | GuildWebhooks | GuildInvites |