Interface: LavalinkInfo
Metadata about the running Lavalink server instance including version, Git commit, JVM, and plugin details.
Property Type Description Optional version{ semver: string; major: number; minor: number; patch: number; preRelease: string } Semantic version information. buildTimenumber Timestamp when this build was created. gitgitGit commit details including branch, hash, and commit time. jvmstring The JVM version used by Lavalink. lavaplayerstring The Lavaplayer version used internally. sourceManagersstring[] A list of available audio source managers. filtersstring[] A list of enabled filters on the server. pluginsplugins[]Installed Lavalink plugins with version info.
git
Git commit details including branch, hash, and commit time.
Property Type Description Optional branchstring The branch of the commit. commitstring The hash of the commit. commitTimenumber The timestamp of the commit.
plugins
Installed Lavalink plugins with version info.
Property Type Description Optional namestring The name of the plugin. versionstring The version of the plugin.