xaota / bot-framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roadmap

const framework = new BotFramework();
const config    = framework.config(path);
const bot       = new Bot(config);
bot.integrations(framework.integrations);
bot.launch();

About