NodeInfoResponse
ruvyrias / NodeInfoResponse
Interface: NodeInfoResponse
Defined in: src/Ruvyrias.ts:152
Represents the response structure for retrieving information about a Lavalink node.
Properties
buildTime
buildTime:
number
Defined in: src/Ruvyrias.ts:165
The build time of the Lavalink node.
filters
filters:
string
[]
Defined in: src/Ruvyrias.ts:182
List of available audio filters.
git
git:
object
Defined in: src/Ruvyrias.ts:167
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: src/Ruvyrias.ts:176
Information about the Java Virtual Machine (JVM) used by the Lavalink node.
lavaplayer
lavaplayer:
string
Defined in: src/Ruvyrias.ts:178
The version of the Lavaplayer library used by the Lavalink node.
plugins
plugins:
object
[]
Defined in: src/Ruvyrias.ts:184
List of installed plugins with their names and versions.
name
name:
string
version
version:
string
sourceManagers
sourceManagers:
string
[]
Defined in: src/Ruvyrias.ts:180
List of source managers supported by the Lavalink node.
version
version:
object
Defined in: src/Ruvyrias.ts:154
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