Interface NodeOption

interface NodeOption {
    auth: string;
    group?: string;
    name: string;
    secure?: boolean;
    url: string;
}

Properties

auth: string

Credentials to access Lavalink

group?: string

Name of the Lavalink node group

name: string

Name of the Lavalink node

secure?: boolean

Whether to use secure protocols or not

url: string

Lavalink node host and port without any prefix