Skip to content

VersionObject

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

Lavalink’s version object from lavalink

Property (defined in)TypeDescription
build?
(src/structures/Types/Node.ts:196)
stringThe build metadata according to semver as a . separated list of identifiers
major
(src/structures/Types/Node.ts:188)
numberThe major version of this Lavalink server
minor
(src/structures/Types/Node.ts:190)
numberThe minor version of this Lavalink server
patch
(src/structures/Types/Node.ts:192)
numberThe patch version of this Lavalink server
preRelease?
(src/structures/Types/Node.ts:194)
stringThe pre-release version according to semver as a . separated list of identifiers
semver
(src/structures/Types/Node.ts:186)
stringThe full version string of this Lavalink server