UNPKG

xopbot

Version:

XOPBOT Is A Multipurpose Bot With Over 200+ Commands That Make You Love The Bot!

11 lines (9 loc) 213 B
import Client from "../client"; import { ClientEvents } from "discord.js"; interface Run { (client: Client, ...args: any[]) }; export interface Event { name: keyof ClientEvents; run: Run; }