From e5bcc0df08fcbd588b41c6adf163f0691b90be15 Mon Sep 17 00:00:00 2001 From: Paulo Date: Fri, 22 May 2020 03:31:47 -0300 Subject: [PATCH] Move warning to remarks --- src/Discord.Net.WebSocket/DiscordSocketConfig.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index bfc6e5c41..d6f86c924 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -127,10 +127,12 @@ namespace Discord.WebSocket /// /// Gets or sets the gateway limits. + /// + /// /// /// This property should only be changed for bots that have special limits provided by Discord. /// - /// + /// public GatewayLimits GatewayLimits { get; set; } = new GatewayLimits(); internal RequestQueue WebsocketRequestQueue { get; } = new RequestQueue();