UNPKG

sdhandler

Version:
7 lines (6 loc) 250 B
import type { ClientEvents } from 'discord.js'; export declare class Event<Key extends keyof ClientEvents> { event: Key; run: (...args: ClientEvents[Key]) => any; constructor(event: Key, run: (...args: ClientEvents[Key]) => any); }