ruvyrias / Exports / NodeInfoResponse
Interface: NodeInfoResponse
Represents the response structure for retrieving information about a Lavalink node.
Table of contents
Properties
Properties
buildTime
• buildTime: number
The build time of the Lavalink node.
Defined in
filters
• filters: string
[]
List of available audio filters.
Defined in
git
• git: Object
Git-related information.
Type declaration
Name | Type | Description |
---|---|---|
branch | string | The Git branch. |
commit | string | The Git commit hash. |
commitTime | string | The timestamp of the Git commit. |
Defined in
jvm
• jvm: string
Information about the Java Virtual Machine (JVM) used by the Lavalink node.
Defined in
lavaplayer
• lavaplayer: string
The version of the Lavaplayer library used by the Lavalink node.
Defined in
plugins
• plugins: { name
: string
; version
: string
}[]
List of installed plugins with their names and versions.
Defined in
sourceManagers
• sourceManagers: string
[]
List of source managers supported by the Lavalink node.
Defined in
version
• version: Object
Information about the Lavalink version.
Type declaration
Name | Type | Description |
---|---|---|
build? | string | Optional build version. |
major | number | - |
minor | number | - |
patch | number | - |
preRelease? | string | Optional pre-release version. |
semver | string | - |