This commit is contained in:
Skillz4Killz
2021-11-04 13:10:02 +00:00
committed by GitHub
parent 6e5b0b01f1
commit 47dd2f4dd5

View File

@@ -9,6 +9,7 @@ export enum DiscordVoiceCloseEventCodes {
SessionTimedOut = 4009,
ServerNotFound = 4011,
UnknownProtocol,
/** Channel was deleted, you were kicked, voice server changed, or the main gateway session was dropped. Should not reconnect. */
Disconnect = 4014,
VoiceServerCrashed,
UnknownEncryptionMode,