From 0c9e8be458b99fa7c37569ffc2e7e4e61bdfe24b Mon Sep 17 00:00:00 2001 From: moiph Date: Wed, 21 Aug 2019 21:52:19 -0700 Subject: [PATCH] Fixing GatewayEncoding comment Const, not a property --- 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 4c96a317a..3610afd13 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -26,7 +26,7 @@ namespace Discord.WebSocket public class DiscordSocketConfig : DiscordRestConfig { /// - /// Gets or sets the encoding gateway should use. + /// Returns the encoding gateway should use. /// public const string GatewayEncoding = "json";