Skip to content

Session#

Session ABC's.

The session abstract classes.

Session #

Bases: abc.ABC

Session information.

All of the specified session information.

Lavalink Reference

resuming property #

resuming: bool

Whether resuming is enabled for this session or not.

timeout property #

timeout: int

The timeout in seconds.

SessionStatus #

Bases: int, enum.Enum

Session Status.

The status of the session.

NOT_CONNECTED class-attribute instance-attribute #

NOT_CONNECTED = 0

Not connected to the lavalink server.

CONNECTED class-attribute instance-attribute #

CONNECTED = 1

Successfully connected to the lavalink server.

FAILURE class-attribute instance-attribute #

FAILURE = 2

A failure occurred connecting to the lavalink server.