Expand description
Models related to the lavalink events.
Structs§
- Cpu
- Events
- Frame
Stats - Memory
- Player
Update - 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.
- Track
End - Dispatched when a track ends. track_exception and track_stuck will also trigger this event.
- Track
Exception - Dispatched when a track throws an exception.
- Track
Start - Dispatched when a track starts playing.
- Track
Stuck - Dispatched when a track gets stuck while playing.
- WebSocket
Closed - Dispatched when an audio WebSocket to Discord is closed.
Enums§
- Track
EndReason - The reason the track finished.