/botkit-orchestrate

Primary LanguageJavaScriptMIT LicenseMIT

Add orchestrate to Botkit as a storage engine.

var Botkit = require('botkit');
var Orchestrate = require('botkit-orchestrate');


var controller = Botkit.slackbot({
  debug: false,
  storage: new Orchestrate('the_token_orchestrate').storage
});