Skip to content

VersionObject

Lavalink’s version object from lavalink

Properties

PropertyTypeDescriptionDefined in
build?stringThe build metadata according to semver as a . separated list of identifierssrc/structures/Types/Node.ts:145
majornumberThe major version of this Lavalink serversrc/structures/Types/Node.ts:137
minornumberThe minor version of this Lavalink serversrc/structures/Types/Node.ts:139
patchinternalThe patch version of this Lavalink serversrc/structures/Types/Node.ts:141
preRelease?stringThe pre-release version according to semver as a . separated list of identifierssrc/structures/Types/Node.ts:143
semverstringThe full version string of this Lavalink serversrc/structures/Types/Node.ts:135