NodeGroup
ruvyrias / NodeGroup
Interface: NodeGroup
Defined in: types/Node.ts:7
Configuration for a group of nodes in Ruvyrias.
Properties
auth
auth:
string
Defined in: types/Node.ts:15
The password used for authentication with the Lavalink node.
host
host:
string
Defined in: types/Node.ts:11
The host address of the Lavalink node.
name?
optional
name:string
Defined in: types/Node.ts:9
The name identifier for the node group.
port
port:
number
Defined in: types/Node.ts:13
The port number on which the Lavalink node is running.
region?
optional
region:null
|string
[]
Defined in: types/Node.ts:19
An array of region identifiers supported by the node for voice connections.
secure?
optional
secure:boolean
Defined in: types/Node.ts:17
Whether to use a secure connection (HTTPS) with the Lavalink node.