LavalinkInfo
Defined in: src/structures/Types/Node.ts:143
Entire lavalink information object from lavalink
Properties
Section titled “Properties”| Property (defined in) | Type | Description |
|---|---|---|
buildTime (src/structures/Types/Node.ts:147) | number | The millisecond unix timestamp when this Lavalink jar was built |
filters (src/structures/Types/Node.ts:157) | string[] | The enabled filters for this server |
git (src/structures/Types/Node.ts:149) | GitObject | The git information of this Lavalink server |
isNodelink? (src/structures/Types/Node.ts:161) | boolean | Something from NodeLink: https://nodelink.js.org/docs/differences#server-info |
jvm (src/structures/Types/Node.ts:151) | string | The JVM version this Lavalink server runs on |
lavaplayer (src/structures/Types/Node.ts:153) | string | The Lavaplayer version being used by this server |
plugins (src/structures/Types/Node.ts:159) | PluginObject[] | The enabled plugins for this server |
sourceManagers (src/structures/Types/Node.ts:155) | string[] | The enabled source managers for this server |
version (src/structures/Types/Node.ts:145) | VersionObject | The version of this Lavalink server |