UNPKG

advanced-command-handler

Version:

A package to help you create a bot with only 1 main file, directories for your events/commands, with some helpers classes and functions.

6 lines (5 loc) 157 B
export * from 'discord.js-better-embed'; export * from './CommandHandler'; export * from './classes'; export * from './types'; export * from './utils';