Info

@Serializable
data class Info(val version: Version, val buildTime: Long, val git: Git, val jvm: String, val lavaplayer: String, val sourceManagers: List<String>, val filters: List<String>, val plugins: Plugins)

Representation of LavaLink server information.

Constructors

Link copied to clipboard
constructor(version: Version, buildTime: Long, git: Git, jvm: String, lavaplayer: String, sourceManagers: List<String>, filters: List<String>, plugins: Plugins)

Properties

Link copied to clipboard

the millisecond unix timestamp when this Lavalink jar was built

Link copied to clipboard

the enabled filters for this server

Link copied to clipboard
val git: Git

the git information of this Lavalink server

Link copied to clipboard
val jvm: String

the JVM version this Lavalink server runs on

Link copied to clipboard

the Lavaplayer version being used by this server

Link copied to clipboard

the enabled Plugins for this server

Link copied to clipboard

the enabled source managers for this server

Link copied to clipboard

the Version of this Lavalink server