@lacunahub/lavaluna.js
    Preparing search index...

    Interface PlayerOptions

    interface PlayerOptions {
        guildId: string;
        selfDeafen?: boolean;
        selfMute?: boolean;
        textChannelId: string;
        voiceChannelId: string;
        volume?: number;
    }
    Index

    Properties

    guildId: string

    The guild ID the Player belongs to.

    selfDeafen?: boolean

    If the player should deaf itself.

    selfMute?: boolean

    If the player should mute itself.

    textChannelId: string

    The text channel ID the Player belongs to.

    voiceChannelId: string

    The voice channel ID the Player belongs to.

    volume?: number

    The initial volume the Player will use.