UNPKG

@ad1m/djb

Version:

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

5 lines (4 loc) 503 B
export { getAppPath, getCurrenDir, getCurrentModuleType } from './utils/url.mjs'; export { k as Button, B as ButtonConfig, j as ButtonExecute, C as ClientConfig, e as Command, c as CommandArg, b as CommandArgType, a as CommandConfig, d as CommandExecute, D as DJBClient, i as Modal, M as ModalConfig, h as ModalExecute, g as SelectMenu, S as SelectMenuConfig, f as SelectMenuExecute } from './djb-v--fSsJ2.mjs'; export { Event, EventConfig, EventExecute } from './types/event.mjs'; import 'discord.js';