0.1.0 • Published 8 years ago

botkit-echo v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Botkit echo

Botkit repearts everything...

Requirements

Usage

var Botkit = require("botkit");
var botkitEcho = require("botkit-echo");

// instantiate bot controller
var controller = Botkit.slackbot({
  debug: false
});

// connect the bot

// enable botkit-echo plugin
botkitEcho(controller);

Instalation

npm install botkit-echo

Inspired by

License

MIT

Author

Masayuki Izumi (Twitter: @izumin5210, GitHub: @izumin5210)