Node

Represents a connection to a Lavalink server.

Description

Each Node instance handles a single WebSocket connection to a Lavalink provider. The Manager uses these nodes to distribute players and handle audio processing.

Properties

host

The IP or hostname of the Lavalink server.

string
port

The port the server is running on.

number
connected

Current connection status.

boolean
stats

Real-time server performance statistics.

stats