UNPKG

@ad1m/djb

Version:

A streamlined library for creating Discord bots with Discord.js, featuring a simple command and event handler structure.

7 lines (4 loc) 196 B
import { D as DJBClient } from '../djb-v--fSsJ2.mjs'; import 'discord.js'; declare const EventHandler: (client: DJBClient, appPath: string) => Promise<void>; export { EventHandler as default };