UNPKG

msg.ts

Version:

MSG is the framework for make discord bot easily

10 lines 382 B
import Command from './Command'; import Context from './Context'; declare type MiddlewareChain = Array<Command>; export default class MiddlewareChainRunner { private middlewareChain; constructor(middlewareChain: MiddlewareChain); run(firstContext: Context): Promise<Context>; } export {}; //# sourceMappingURL=../../src/dist/class/MiddlewareChainRunner.d.ts.map