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