kazagumo
    Preparing search index...

    Interface CreatePlayerOptions

    interface CreatePlayerOptions {
        data?: unknown;
        deaf?: boolean;
        guildId: string;
        loadBalancer?: boolean;
        mute?: boolean;
        nodeName?: string;
        shardId?: number;
        textId?: string;
        voiceId: string;
        volume?: number;
    }
    Index

    Properties

    data?: unknown

    The player's data, usable when you extends it

    deaf?: boolean

    Whether the bot should deafen

    guildId: string

    The player's guild ID

    loadBalancer?: boolean

    Balance the node?

    mute?: boolean

    Whether the bot should mute

    nodeName?: string

    Use specific node

    shardId?: number

    The player's guild's shardId

    textId?: string

    The player's text ID

    voiceId: string

    The player's voice ID

    volume?: number

    The player's volume