Skip to content

VersionObject

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

Lavalink’s version object from lavalink

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
patchStreamThe 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