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.

7 lines (6 loc) 176 B
export * from './AdvancedClient'; export * from './arguments'; export * from './commands'; export * from './Event'; export * from './contexts'; export * from './errors';