Interface RainlinkNodeOptions

Rainlink node option interface

interface RainlinkNodeOptions {
    name: string;
    host: string;
    port: number;
    auth: string;
    secure: boolean;
    driver?: string;
    legacyWS?: boolean;
    region?: string;
}

Properties

name: string

Name for get the lavalink server info in rainlink

host: string

The ip address or domain of lavalink server

port: number

The port that lavalink server exposed

auth: string

The password of lavalink server

secure: boolean

Whenever lavalink user ssl or not

driver?: string

The driver class for handling lavalink response

legacyWS?: boolean

Use legacy ws client (Require install ws package, If you use bun, do not enable this option)

region?: string

The region of the node