export interface VoiceConnectionDisconnectedOtherState extends VoiceConnectionDisconnectedBaseStateThe state that a VoiceConnection will be in when it is not connected to a Discord voice server nor is it attempting to connect. You can manually attempt to reconnect using VoiceConnection#reconnect.
adapter : DiscordGatewayAdapterImplementerMethods
Inherited from: VoiceConnectionDisconnectedBaseState
status : VoiceConnectionStatus.Disconnected
Inherited from: VoiceConnectionDisconnectedBaseState
optionalsubscription? : PlayerSubscription | undefined
Inherited from: VoiceConnectionDisconnectedBaseState