Skip to main content

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

src/Ruvyrias.ts:30


name

name: string

The name identifier for the node group.

Defined in

src/Ruvyrias.ts:28


password

password: string

The password used for authentication with the Lavalink node.

Defined in

src/Ruvyrias.ts:34


port

port: number

The port number on which the Lavalink node is running.

Defined in

src/Ruvyrias.ts:32


region

Optional region: null | string[]

An array of region identifiers supported by the node for voice connections.

Defined in

src/Ruvyrias.ts:40


resume

Optional resume: boolean

Whether to automatically resume playback after a node disconnect.

Defined in

src/Ruvyrias.ts:36


secure

Optional secure: boolean

Whether to use a secure connection (HTTPS) with the Lavalink node.

Defined in

src/Ruvyrias.ts:38