LavalinkInfo
Entire lavalink information object from lavalink
Properties
Property | Type | Description | Defined in |
---|---|---|---|
buildTime | number | The millisecond unix timestamp when this Lavalink jar was built | src/structures/Types/Node.ts:115 |
filters | string [] | The enabled filters for this server | src/structures/Types/Node.ts:125 |
git | GitObject | The git information of this Lavalink server | src/structures/Types/Node.ts:117 |
jvm | string | The JVM version this Lavalink server runs on | src/structures/Types/Node.ts:119 |
lavaplayer | string | The Lavaplayer version being used by this server | src/structures/Types/Node.ts:121 |
plugins | PluginObject [] | The enabled plugins for this server | src/structures/Types/Node.ts:127 |
sourceManagers | string [] | The enabled source managers for this server | src/structures/Types/Node.ts:123 |
version | VersionObject | The version of this Lavalink server | src/structures/Types/Node.ts:113 |