UNPKG

msg.ts

Version:

MSG is the framework for make discord bot easily

17 lines 759 B
import Bot from './class/Bot'; import Command, { subCall, indent } from './class/Command'; import Context from './class/Context'; import ContextHeader from './class/ContextHeader'; import MiddlewareManager from './class/MiddlewareManager'; import MiddlewareChainRunner from './class/MiddlewareChainRunner'; export { Bot, subCall, indent, Command, Context, ContextHeader, MiddlewareManager, MiddlewareChainRunner, }; declare const _default: { Bot: typeof Bot; Command: typeof Command; Context: typeof Context; ContextHeader: typeof ContextHeader; MiddlewareManager: typeof MiddlewareManager; MiddlewareChainRunner: typeof MiddlewareChainRunner; }; export default _default; //# sourceMappingURL=../src/dist/index.d.ts.map