hoshimi
    Preparing search index...

    Interface PlayerVoice

    interface PlayerVoice {
        channelId?: string;
        connected?: boolean;
        endpoint: string;
        ping?: number;
        sessionId: string;
        token: string;
    }
    Index

    Properties

    channelId?: string

    The voice channel id.

    connected?: boolean

    The voice server guild id.

    endpoint: string

    The voice server endpoint.

    ping?: number

    The voice server ping.

    sessionId: string

    The voice server session id.

    token: string

    The voice server token.