Interface EventOptions

Event options

interface EventOptions {
    botIds?: string[];
    event: keyof ClientEvents;
    priority?: number;
}

Properties

botIds?: string[]
event: keyof ClientEvents
priority?: number