Browse Source

Move warning to remarks

pull/1537/head
Paulo 5 years ago
parent
commit
e5bcc0df08
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

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

@@ -127,10 +127,12 @@ namespace Discord.WebSocket

/// <summary>
/// Gets or sets the gateway limits.
/// </summary>
/// <remarks>
/// <note type="warning">
/// This property should only be changed for bots that have special limits provided by Discord.
/// </note>
/// </summary>
/// </remarks>
public GatewayLimits GatewayLimits { get; set; } = new GatewayLimits();

internal RequestQueue WebsocketRequestQueue { get; } = new RequestQueue();


Loading…
Cancel
Save