This commit is contained in:
Christoffer Müller Madsen 2016-03-21 14:31:23 +01:00
parent 032fff64e3
commit f7c0e61528

View File

@ -1,6 +1,6 @@
var Botkit = require('botkit');
var controller = Botkit.slackbot({
json_file_store: procss.argv[3]
json_file_store: process.argv[3]
});
var bot = controller.spawn({
token: process.argv[2]