Table of Contents

Class LavalinkEvents

Namespace
DSharpPlus.Lavalink
Assembly
DSharpPlus.Lavalink.dll

Contains well-defined event IDs used by the Lavalink extension.

public static class LavalinkEvents
Inheritance
LavalinkEvents

Properties

Intents

Events pertaining to Gateway Intents. Typically diagnostic information.

LavalinkConnected

Events emitted for successful connections made to Lavalink.

LavalinkConnectionClosed

Events emitted for clean disconnects from Lavalink.

LavalinkConnectionError

Events pertaining to Lavalink node connection errors.

LavalinkDecodeError

Events pertaining to errors that occur when decoding payloads received from Lavalink nodes.

LavalinkRestError

Events emitted when Lavalink's REST API responds with an error.

LavalinkWsRx

Events containing raw payloads, received from Lavalink nodes.

LavalinkWsTx

Events containing raw payloads, as they're being sent to Lavalink nodes.

Misc

Miscellaneous events, that do not fit in any other category.