@lacunahub/lavaluna.js
    Preparing search index...

    Interface EventOP

    Server dispatched an event. See the Events for more information.

    interface EventOP {
        guildId: string;
        op: "event";
        type: EventType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id.

    op: "event"
    type: EventType

    The type of event.