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

    Interface NodeOptions

    interface NodeOptions {
        host?: HostOptions;
        password: string;
        send: (guildId: string, packet: any) => any;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    password: string
    send: (guildId: string, packet: any) => any
    userId: string