From a72e9769eb19284f67a23a928a221efb350f5dc7 Mon Sep 17 00:00:00 2001 From: RogueException Date: Sat, 26 Dec 2015 04:00:42 -0400 Subject: [PATCH] Undid test value --- src/Discord.Net/API/Client/GatewaySocket/OpCodes.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net/API/Client/GatewaySocket/OpCodes.cs b/src/Discord.Net/API/Client/GatewaySocket/OpCodes.cs index 3a62aa86d..9942c670e 100644 --- a/src/Discord.Net/API/Client/GatewaySocket/OpCodes.cs +++ b/src/Discord.Net/API/Client/GatewaySocket/OpCodes.cs @@ -19,6 +19,6 @@ /// C←S - Used to notify a client that they must reconnect to another gateway. Redirect = 7, /// C→S - Used to request all members that were withheld by large_threshold - RequestGuildMembers = 99 + RequestGuildMembers = 8 } }