LavalinkNodeOptions

Manager#nodes: LavalinkNodeOptions[]

Type: Object

Parameter
Type
Required
Description

host

Ip Address / Hostname / Domain for the Lavlaink Server

port

On which Port the Lavalink Server is running on

authorization

The Authorization for Lavalink's Server (password)

secure

X

If the Node is secure, and the Manager should use https instead of http for the Lavalink-REST API

sessionId

X

The Session Id of the Lavalink Node (for resuming)

id

X

Custom lavalink Node Id (Else it would be: host + port)

regions

X

Voice Regions for this Lavalink Node

poolOptions

X

Pool Options for Undici Http Pool for Lavalink-REST

retryAmount

X

How often to try to reconnect to the Node

retryDelay

X

How long to wait to try to reconnect to the Node

requestTimeout

X

Pool Undici Options

Last updated