@discordx/lava-player
    Preparing search index...

    Interface ClusterOptions

    interface ClusterOptions {
        filter?: (node: ClusterNode, guildId: string) => boolean;
        nodes?: ClusterNodeOptions[];
        send: (guildId: string, packet: any) => any;
    }
    Index

    Properties

    Properties

    filter?: (node: ClusterNode, guildId: string) => boolean
    send: (guildId: string, packet: any) => any