Skip to main content

Module incoming

Module incoming 

Source
Expand description

Events that Lavalink sends to clients.

Structs§

Event
Server dispatched an event. See the Event Types section for more information.
Exception
The exception with the details attached on what happened when making a query to Lavalink.
PlayerUpdate
An update of a player’s status and state.
PlayerUpdateState
New statistics about a node and its host.
Ready
Dispatched by Lavalink upon successful connection and authorization.
Stats
Statistics about a node and its host.
StatsCpu
CPU information about a node and its host.
StatsFrame
CPU information about a node and its host.
StatsMemory
Memory information about a node and its host.
Track
A track object for lavalink to consume and read.
TrackEnd
A track ended event from lavalink.
TrackException
Dispatched when a track throws an exception.
TrackInfo
Information about the track returned or playing on Lavalink.
TrackStart
A track started.
TrackStuck
Dispatched when a track gets stuck while playing.
VoiceState
The Discord voice information that Lavalink uses for connection and sending information.
WebSocketClosed
The voice websocket connection to Discord has been closed.

Enums§

EventData
The data of the server event that was dispatched when event triggers.
EventType
The type of event being dispatched as a message from the server as the event triggers.
IncomingEvent
An incoming event from a Lavalink node.
Opcode
The type of event that is coming in from a Lavalink message.
Severity
The levels of severity that an exception can have.
TrackEndReason
The reason for the track ending.