hoshimi
    Preparing search index...

    Interface PlayerOptions

    The options for the player.

    interface PlayerOptions {
        guildId: string;
        node?: NodeIdentifier;
        selfDeaf?: boolean;
        selfMute?: boolean;
        textId?: string;
        voiceId: string;
        volume?: number;
    }
    Index

    Properties

    guildId: string

    Guild id of the player.

    Lavalink node of the player.

    selfDeaf?: boolean

    Set if the player should be deafened.

    true
    
    selfMute?: boolean

    Set if the player should be muted.

    false
    
    textId?: string

    Text channel id of the player.

    voiceId: string

    Voice channel id of the player.

    volume?: number

    Volume of the player.

    100