This reverts commit 6039378c52.
This commit is contained in:
@@ -152,7 +152,6 @@ namespace Discord.WebSocket
|
||||
LogGatewayIntentWarnings = config.LogGatewayIntentWarnings;
|
||||
HandlerTimeout = config.HandlerTimeout;
|
||||
State = new ClientState(0, 0);
|
||||
if (shardedClient is null || parentClient is null)
|
||||
Rest = new DiscordSocketRestClient(config, ApiClient);
|
||||
_heartbeatTimes = new ConcurrentQueue<long>();
|
||||
_gatewayIntents = config.GatewayIntents;
|
||||
|
||||
Reference in New Issue
Block a user