From 99ad6f3ddcef391eaac4d824b8f10c598ece7135 Mon Sep 17 00:00:00 2001 From: moiph Date: Sun, 14 Jun 2020 18:44:05 -0700 Subject: [PATCH] Comment update --- src/Discord.Net.WebSocket/DiscordSocketConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index 475a28e53..4b33c770f 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -126,7 +126,7 @@ namespace Discord.WebSocket public bool GuildSubscriptions { get; set; } = true; /// - /// Gets or sets gateway intents to limit what events are sent from Discord. Allows for more granular control than the 'GuildSubscriptions' property. + /// Gets or sets gateway intents to limit what events are sent from Discord. Allows for more granular control than the property. /// /// /// For more information, please see