From ce5b4af46fa858c44308da044dbb951a2d39a54b Mon Sep 17 00:00:00 2001 From: bs Date: Thu, 20 Apr 2023 01:10:09 +0800 Subject: [PATCH] Update XML documentation for `GatewayIntents.AllUnprivileged` (#2671) --- src/Discord.Net.Core/GatewayIntents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/GatewayIntents.cs b/src/Discord.Net.Core/GatewayIntents.cs index b9d71565..b7979afa 100644 --- a/src/Discord.Net.Core/GatewayIntents.cs +++ b/src/Discord.Net.Core/GatewayIntents.cs @@ -60,7 +60,7 @@ namespace Discord AutoModerationActionExecution = 1 << 21, /// - /// This intent includes all but and + /// This intent includes all but , and /// which are privileged and must be enabled in the Developer Portal. /// AllUnprivileged = Guilds | GuildBans | GuildEmojis | GuildIntegrations | GuildWebhooks | GuildInvites |