You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

VoiceConnectionDisconnectedOtherState

export declare interface VoiceConnectionDisconnectedOtherState extends VoiceConnectionDisconnectedBaseState
export declare interface VoiceConnectionDisconnectedOtherState extends VoiceConnectionDisconnectedBaseState
The 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.