Table of Contents

Class LavalinkEvents

Namespace
DisCatSharp.Lavalink.Enums
Assembly
DisCatSharp.Lavalink.dll

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

public static class LavalinkEvents
Inheritance
LavalinkEvents
Inherited Members

Properties

Intents

Events pertaining to Gateway Intents. Typically diagnostic information.

LavalinkConnectionError

Events pertaining to Lavalink node connection errors.

LavalinkRestError

Events emitted when the Lavalink REST API responds with an error.

LavalinkSessionConnected

Events emitted for successful connections made to Lavalink.

LavalinkSessionConnectionClosed

Events emitted for clean disconnects from Lavalink.

LavalinkWsException

Events emitted when the Lavalink WebSocket connection sends invalid data.

LavalinkWsRx

Events containing raw payloads, received from Lavalink nodes.

Misc

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