ruvyrias / Exports / NodeGroup
Interface: NodeGroup
Configuration for a group of nodes in Ruvyrias.
Table of contents
Properties
Properties
host
• host: string
The host address of the Lavalink node.
Defined in
name
• name: string
The name identifier for the node group.
Defined in
password
• password: string
The password used for authentication with the Lavalink node.
Defined in
port
• port: number
The port number on which the Lavalink node is running.
Defined in
region
• Optional
region: null
| string
[]
An array of region identifiers supported by the node for voice connections.
Defined in
resume
• Optional
resume: boolean
Whether to automatically resume playback after a node disconnect.
Defined in
secure
• Optional
secure: boolean
Whether to use a secure connection (HTTPS) with the Lavalink node.