Interface PlayerVoiceState

interface PlayerVoiceState {
    endpoint: string;
    sessionId: string;
    token: string;
}

Properties

endpoint: string

The Discord voice endpoint to connect to

sessionId: string

The Discord voice session id to authenticate with

token: string

The Discord voice token to authenticate with