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

Properties

deaf: boolean
extends?: {
    queue?: Constructor<KazagumoQueue>;
}

Type declaration

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

Generated using TypeDoc