Class LavalinkEvents
Contains well-defined event IDs used by the Lavalink extension.
Inheritance
System.Object
LavalinkEvents
Namespace: DSharpPlus.Lavalink
Assembly: cs.temp.dll.dll
Syntax
public static class LavalinkEvents
Properties
Intents
Events pertaining to Gateway Intents. Typically diagnostic information.
Declaration
public static EventId Intents { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkConnected
Events emitted for successful connections made to Lavalink.
Declaration
public static EventId LavalinkConnected { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkConnectionClosed
Events emitted for clean disconnects from Lavalink.
Declaration
public static EventId LavalinkConnectionClosed { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkConnectionError
Events pertaining to Lavalink node connection errors.
Declaration
public static EventId LavalinkConnectionError { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkDecodeError
Events pertaining to errors that occur when decoding payloads received from Lavalink nodes.
Declaration
public static EventId LavalinkDecodeError { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkRestError
Events emitted when Lavalink's REST API responds with an error.
Declaration
public static EventId LavalinkRestError { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkWsRx
Events containing raw payloads, received from Lavalink nodes.
Declaration
public static EventId LavalinkWsRx { get; }
Property Value
Type | Description |
---|---|
EventId |
LavalinkWsTx
Events containing raw payloads, as they're being sent to Lavalink nodes.
Declaration
public static EventId LavalinkWsTx { get; }
Property Value
Type | Description |
---|---|
EventId |
Misc
Miscellaneous events, that do not fit in any other category.
Declaration
public static EventId Misc { get; }
Property Value
Type | Description |
---|---|
EventId |