hoshimi
    Preparing search index...

    Interface PlayerEvent<Type>

    The base interface for player events.

    interface PlayerEvent<Type> {
        guildId: string;
        op: Event;
        type: Type;
    }

    Type Parameters

    • Type

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    guildId: string

    The guild id associated with the event.

    op: Event

    The operation code for the event.

    type: Type

    The type of the event.