Skip to main content
Version: 2.0.0

NodeInfoResponse

ruvyrias


ruvyrias / NodeInfoResponse

Interface: NodeInfoResponse

Defined in: types/Ruvyrias.ts:145

Represents the response structure for retrieving information about a Lavalink node.

Properties

buildTime

buildTime: number

Defined in: types/Ruvyrias.ts:158

The build time of the Lavalink node.


filters

filters: string[]

Defined in: types/Ruvyrias.ts:175

List of available audio filters.


git

git: object

Defined in: types/Ruvyrias.ts:160

Git-related information.

branch

branch: string

The Git branch.

commit

commit: string

The Git commit hash.

commitTime

commitTime: string

The timestamp of the Git commit.


jvm

jvm: string

Defined in: types/Ruvyrias.ts:169

Information about the Java Virtual Machine (JVM) used by the Lavalink node.


lavaplayer

lavaplayer: string

Defined in: types/Ruvyrias.ts:171

The version of the Lavaplayer library used by the Lavalink node.


plugins

plugins: object[]

Defined in: types/Ruvyrias.ts:177

List of installed plugins with their names and versions.

name

name: string

version

version: string


sourceManagers

sourceManagers: string[]

Defined in: types/Ruvyrias.ts:173

List of source managers supported by the Lavalink node.


version

version: object

Defined in: types/Ruvyrias.ts:147

Information about the Lavalink version.

build?

optional build: string

Optional build version.

major

major: number

minor

minor: number

patch

patch: number

preRelease?

optional preRelease: string

Optional pre-release version.

semver

semver: string