Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
update facebook_bot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Dec 20, 2016
1 parent ef99221 commit e5900ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions facebook_bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if (!process.env.verify_token) {

if (!process.env.app_secret) {
console.log('Error: Specify app_secret in environment');
process.exit(1);
}

var Botkit = require('./lib/Botkit.js');
Expand Down

0 comments on commit e5900ce

Please sign in to comment.