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

    Interface WebSocketOptions

    Options for the WebSocket.

    interface WebSocketOptions {
        headers: WebSocketHeaders;
        host: string;
        secure?: boolean;
        version: string;
    }
    Index

    Properties

    The headers to use when connecting to the Lavalink node.

    host: string

    The host of the Lavalink node.

    secure?: boolean

    Whether to use TLS when connecting to the Lavalink node.

    version: string

    The version of the Lavalink node.