From e9df2015981bcc08bd4e7755e0708e745508280a Mon Sep 17 00:00:00 2001
From: MysticalSoul <68410167+MysticalSoul@users.noreply.github.com>
Date: Sun, 19 Sep 2021 23:29:40 -0400
Subject: [PATCH] Fixed minor typo in summary (#161)
---
src/Discord.Net.Core/GatewayIntents.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Discord.Net.Core/GatewayIntents.cs b/src/Discord.Net.Core/GatewayIntents.cs
index 6976806b2..fb0aac6bc 100644
--- a/src/Discord.Net.Core/GatewayIntents.cs
+++ b/src/Discord.Net.Core/GatewayIntents.cs
@@ -40,8 +40,8 @@ namespace Discord
/// This intent includes TYPING_START
DirectMessageTyping = 1 << 14,
///
- /// This intent includes all but and
- /// that are privileged must be enabled for the application.
+ /// This intent includes all but and
+ /// which are privileged and must be enabled in the Developer Portal.
///
AllUnprivileged = Guilds | GuildBans | GuildEmojis | GuildIntegrations | GuildWebhooks | GuildInvites |
GuildVoiceStates | GuildMessages | GuildMessageReactions | GuildMessageTyping | DirectMessages |