Skip to content

Commit

Permalink
fix: websocket close code enum
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Aug 28, 2023
1 parent c417336 commit 49c1d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export enum WebsocketCloseCode {
SessionTimeout = 4009,
ServerNotFound = 4011,
UnknownProtocol = 4012,
DISCONNECTED = 4014,
Disconnected = 4014,
VoiceServerCrashed = 4015,
UnknownEncryptionMode = 4016
}
Expand Down

0 comments on commit 49c1d49

Please sign in to comment.