UNPKG

200 BTypeScriptView Raw
1import { Slackbot } from './slackbot';
2export declare class SlackbotDispatcher {
3 private bots;
4 add(id: string, bot: Slackbot): void;
5 interactive: (ctx: any, next: any) => Promise<void>;
6}