VoiceConnectionDisconnectedWebSocketState
The state that a VoiceConnection will be in when its WebSocket connection was closed. You can manually attempt to reconnect using VoiceConnection#reconnect.
VoiceConnectionDisconnectedWebSocketState
The state that a VoiceConnection will be in when its WebSocket connection was closed. You can manually attempt to reconnect using VoiceConnection#reconnect.
| Property | Type | Value | Description |
|---|---|---|---|
| adapter | DiscordGatewayAdapterImplementerMethods | N/A | N/A |
| closeCode | number | N/A | The close code of the WebSocket connection to the Discord voice server. |
| reason | WebSocketClose | N/A | N/A |
| status | Disconnected | N/A | N/A |
| subscription | PlayerSubscription | N/A | N/A |