@lacunahub/lavaluna.js
    Preparing search index...

    Interface NodeOptions

    interface NodeOptions {
        hostname: string;
        name?: string;
        password: string;
        port: number;
        reconnectRetryAmount?: number;
        reconnectRetryDelay?: number;
        rest?: NodeRESTOptions;
        secure?: boolean;
        version?: "v4";
    }
    Index

    Properties

    hostname: string

    The hostname for the node.

    name?: string

    The name of the node.

    password: string

    The password for the node.

    port: number

    The port for the node.

    reconnectRetryAmount?: number

    The retryAmount for the node.

    reconnectRetryDelay?: number

    The retryDelay for the node.

    Options for the REST

    secure?: boolean

    Whether the host uses SSL.

    version?: "v4"

    Version of the Lavalink.