From f880bbb7ef8c6efcd754b7ff0dee7570fa0d5f7f Mon Sep 17 00:00:00 2001
From: MrCakeSlayer <13650699+MrCakeSlayer@users.noreply.github.com>
Date: Sun, 19 Sep 2021 23:29:14 -0400
Subject: [PATCH 1/2] Add punctuation to sponsor note. (#162)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index dceb2a7a8..f8e4d2839 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
This repo is a custom fork of Discord.Net that introduces the newest features of discord for testing and experimenting. Nothing here is guaranteed to work but you are more than welcome to submit bugs in the issues tabs
-If this projects benefits you (*and your financially stable*) consider donating or becoming a sponsor as it really helps out!
+If this projects benefits you (*and you're financially stable*) consider donating or becoming a sponsor as it really helps out!
## Known issues
Labs will not work with normal package of Playwo's [InteractivityAddon](https://www.nuget.org/packages/Discord.InteractivityAddon). The reason is that his package depends on the base discord.net lib. You can instead use the [InteractivityAddon.Labs](https://www.nuget.org/packages/Discord.InteractivityAddon.Labs) package which implements some of the features added in Discord.Net-Labs.
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 2/2] 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 |