Module events

Source
Expand description

Models related to the lavalink events.

Structs§

Cpu
Events
FrameStats
Memory
PlayerUpdate
Dispatched periodically with the current state of a player.
Ready
Dispatched by Lavalink upon successful connection and authorization.
Stats
A collection of statistics sent every minute.
TrackEnd
Dispatched when a track ends. track_exception and track_stuck will also trigger this event.
TrackException
Dispatched when a track throws an exception.
TrackStart
Dispatched when a track starts playing.
TrackStuck
Dispatched when a track gets stuck while playing.
WebSocketClosed
Dispatched when an audio WebSocket to Discord is closed.

Enums§

TrackEndReason
The reason the track finished.