Skip to main content

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

src/Ruvyrias.ts:169


filters

filters: string[]

List of available audio filters.

Defined in

src/Ruvyrias.ts:186


git

git: Object

Git-related information.

Type declaration

NameTypeDescription
branchstringThe Git branch.
commitstringThe Git commit hash.
commitTimestringThe timestamp of the Git commit.

Defined in

src/Ruvyrias.ts:171


jvm

jvm: string

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

Defined in

src/Ruvyrias.ts:180


lavaplayer

lavaplayer: string

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

Defined in

src/Ruvyrias.ts:182


plugins

plugins: { name: string ; version: string }[]

List of installed plugins with their names and versions.

Defined in

src/Ruvyrias.ts:188


sourceManagers

sourceManagers: string[]

List of source managers supported by the Lavalink node.

Defined in

src/Ruvyrias.ts:184


version

version: Object

Information about the Lavalink version.

Type declaration

NameTypeDescription
build?stringOptional build version.
majornumber-
minornumber-
patchnumber-
preRelease?stringOptional pre-release version.
semverstring-

Defined in

src/Ruvyrias.ts:158