UNPKG

@nortex/handler

Version:

The easy to use, all-in-one command and event handler.

10 lines (9 loc) 272 B
import { EventHandler } from "../handlers/EventHandler"; import { Client } from "discord.js"; export declare class Event { handler: EventHandler | undefined; client: Client; name: string | undefined; once: boolean | undefined; run(args?: any): void; }