Skip to content

Info#

Info ABC's.

The info abstract classes.

Info #

Bases: abc.ABC

Information.

All of the Info Version information.

Lavalink Reference

version property #

version: Version

The version of this Lavalink server.

build_time property #

build_time: datetime.datetime

The datetime object of when this Lavalink jar was built.

git property #

git: Git

The git information of this Lavalink server.

jvm property #

jvm: str

The JVM version this Lavalink server runs on.

lavaplayer property #

lavaplayer: str

The Lavaplayer version being used by this server.

source_managers property #

source_managers: typing.Sequence[str]

The enabled source managers for this server.

filters property #

filters: typing.Sequence[str]

The enabled filters for this server.

plugins property #

The enabled plugins for this server.

Version #

Bases: abc.ABC

Version information.

All information, about the version of lavalink that is running.

Lavalink Reference

semver property #

semver: str

The full version string of this Lavalink server.

major property #

major: int

The major version of this Lavalink server.

minor property #

minor: int

The minor version of this Lavalink server.

patch property #

patch: int

The patch version of this Lavalink server.

pre_release property #

pre_release: str

The pre-release version according to semver as a . separated list of identifiers.

build property #

build: str | None

The build metadata according to semver as a . separated list of identifiers.

Git #

Bases: abc.ABC

Git information.

All of the information about the lavalink git information.

Lavalink Reference

branch property #

branch: str

The branch this Lavalink server was built on.

commit property #

commit: str

The commit this Lavalink server was built on.

commit_time property #

commit_time: datetime.datetime

The datetime object of when the commit was created.

Plugin #

Bases: abc.ABC

Plugin information.

All of the Information about the currently loaded plugins.

Lavalink Reference

name property #

name: str

The name of the plugin.

version property #

version: str

The version of the plugin.