Skip to content

Commit

Permalink
deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
arinehouse committed Mar 27, 2017
1 parent 003ba8e commit c1119dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const overheardsID = 'C02G9Q62H';

// initialize slackbot
const slackbot = controller.spawn({
token: process.env.WHISPERBOT_TOKEN,
token: process.env.CS52_WHISPERBOT_TOKEN,
}).startRTM(err => {
if (err) { throw new Error(err); }
});
Expand Down

0 comments on commit c1119dd

Please sign in to comment.