Interface PlayerEvent

interface PlayerEvent {
    guildId: string;
    op: EVENT;
}

Hierarchy (view full)

Properties

Properties

guildId: string
op: EVENT