Skip to content

Commit

Permalink
Remove botkit dependency for slack client
Browse files Browse the repository at this point in the history
  • Loading branch information
patrinhani-ciandt committed Dec 4, 2017
1 parent db47c2e commit 6173377
Show file tree
Hide file tree
Showing 12 changed files with 2,123 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"javascript.validate.enable": true,
"jshint.enable": true
}
}
2 changes: 0 additions & 2 deletions lib/controllers/facebook/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var BotkitFacebook = require(__dirname + '/botkit');
var debug = require('debug')('abbott-framework:facebook');
var path = require('path');

var BaseController = require('../base-controler');
Expand All @@ -18,7 +17,6 @@ module.exports = class FacebookController extends BaseController {
}

constructor(abbottCore) {
debug('Initializing controller class...');
super('facebook', abbottCore, {
__dirname: __dirname
});
Expand Down
Loading

0 comments on commit 6173377

Please sign in to comment.