Browse Source

docs: Fixing GatewayEncoding comment (#1359)

Const, not a property
tags/2.2.0
moiph Christopher F 5 years ago
parent
commit
52565ed0de
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs View File

@@ -26,7 +26,7 @@ namespace Discord.WebSocket
public class DiscordSocketConfig : DiscordRestConfig
{
/// <summary>
/// Gets or sets the encoding gateway should use.
/// Returns the encoding gateway should use.
/// </summary>
public const string GatewayEncoding = "json";



Loading…
Cancel
Save