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 } }