VersionObject
Defined in: src/structures/Types/Node.ts:132
Lavalink’s version object from lavalink
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
build? (src/structures/Types/Node.ts:144) | string | The build metadata according to semver as a . separated list of identifiers |
major (src/structures/Types/Node.ts:136) | number | The major version of this Lavalink server |
minor (src/structures/Types/Node.ts:138) | number | The minor version of this Lavalink server |
patch (src/structures/Types/Node.ts:140) | number | The patch version of this Lavalink server |
preRelease? (src/structures/Types/Node.ts:142) | string | The pre-release version according to semver as a . separated list of identifiers |
semver (src/structures/Types/Node.ts:134) | string | The full version string of this Lavalink server |