interface EventBase {
    guildId: string;
    op: EVENT;
    type: EventType;
}

Hierarchy (view full)

Properties

Properties

guildId: string

The guild id

op: EVENT

Type of OP

type: EventType

The type of event