Undid test value

This commit is contained in:
RogueException
2015-12-26 04:00:42 -04:00
parent 375c25c813
commit a72e9769eb

View File

@@ -19,6 +19,6 @@
/// <summary> C←S - Used to notify a client that they must reconnect to another gateway. </summary>
Redirect = 7,
/// <summary> C→S - Used to request all members that were withheld by large_threshold </summary>
RequestGuildMembers = 99
RequestGuildMembers = 8
}
}