Skip to content

LavalinkInfo

Defined in: src/structures/Types/Node.ts:161

Entire lavalink information object from lavalink

Property (defined in)TypeDescription
buildTime
(src/structures/Types/Node.ts:165)
numberThe millisecond unix timestamp when this Lavalink jar was built
filters
(src/structures/Types/Node.ts:175)
string[]The enabled filters for this server
git
(src/structures/Types/Node.ts:167)
GitObjectThe git information of this Lavalink server
isNodelink?
(src/structures/Types/Node.ts:179)
booleanSomething from NodeLink: https://nodelink.js.org/docs/differences#server-info
jvm
(src/structures/Types/Node.ts:169)
stringThe JVM version this Lavalink server runs on
lavaplayer
(src/structures/Types/Node.ts:171)
stringThe Lavaplayer version being used by this server
plugins
(src/structures/Types/Node.ts:177)
PluginObject[]The enabled plugins for this server
sourceManagers
(src/structures/Types/Node.ts:173)
string[]The enabled source managers for this server
version
(src/structures/Types/Node.ts:163)
VersionObjectThe version of this Lavalink server