Search Results for

    Show / Hide Table of Contents

    Class LavalinkEvents

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

    Inheritance
    System.Object
    LavalinkEvents
    Namespace: DisCatSharp.Lavalink
    Assembly: DisCatSharp.Lavalink.dll
    Syntax
    public static class LavalinkEvents

    Properties

    | Improve this Doc View Source

    Intents

    Events pertaining to Gateway Intents. Typically diagnostic information.

    Declaration
    public static EventId Intents { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkConnected

    Events emitted for successful connections made to Lavalink.

    Declaration
    public static EventId LavalinkConnected { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkConnectionClosed

    Events emitted for clean disconnects from Lavalink.

    Declaration
    public static EventId LavalinkConnectionClosed { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkConnectionError

    Events pertaining to Lavalink node connection errors.

    Declaration
    public static EventId LavalinkConnectionError { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkDecodeError

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

    Declaration
    public static EventId LavalinkDecodeError { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkRestError

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

    Declaration
    public static EventId LavalinkRestError { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkWsRx

    Events containing raw payloads, received from Lavalink nodes.

    Declaration
    public static EventId LavalinkWsRx { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    LavalinkWsTx

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

    Declaration
    public static EventId LavalinkWsTx { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    | Improve this Doc View Source

    Misc

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

    Declaration
    public static EventId Misc { get; }
    Property Value
    Type Description
    Microsoft.Extensions.Logging.EventId
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems