kazagumo
    Preparing search index...

    Interface KazagumoPlayerOptions

    interface KazagumoPlayerOptions {
        deaf: boolean;
        extends?: { queue?: Constructor<KazagumoQueue> };
        guildId: string;
        searchWithSameNode?: boolean;
        textId?: string;
        voiceId: string;
        volume: number;
    }
    Index

    Properties

    deaf: boolean
    extends?: { queue?: Constructor<KazagumoQueue> }
    guildId: string
    searchWithSameNode?: boolean

    Whether the node for searching track should be the same as the node for playing track. Default: true

    textId?: string
    voiceId: string
    volume: number