NodeGroup
ruvyrias / NodeGroup
Interface: NodeGroup
Defined in: src/Ruvyrias.ts:26
Configuration for a group of nodes in Ruvyrias.
Properties
host
host:
string
Defined in: src/Ruvyrias.ts:30
The host address of the Lavalink node.
name
name:
string
Defined in: src/Ruvyrias.ts:28
The name identifier for the node group.
password
password:
string
Defined in: src/Ruvyrias.ts:34
The password used for authentication with the Lavalink node.
port
port:
number
Defined in: src/Ruvyrias.ts:32
The port number on which the Lavalink node is running.
region?
optional
region:null
|string
[]
Defined in: src/Ruvyrias.ts:40
An array of region identifiers supported by the node for voice connections.
resume?
optional
resume:boolean
Defined in: src/Ruvyrias.ts:36
Whether to automatically resume playback after a node disconnect.
secure?
optional
secure:boolean
Defined in: src/Ruvyrias.ts:38
Whether to use a secure connection (HTTPS) with the Lavalink node.