Skip to content

Commit

Permalink
oops 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Mar 7, 2018
1 parent 3184ef7 commit 4d25c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Report this to my creator @derhuerst to help making this bot better.`

let api
if (process.env.NODE_ENV === 'production') {
console.info('using web hooks at ' + HOSTNAME)
console.info('using ' + WEB_HOOK + ' as web hook')
api = new Api(TOKEN, {polling: false})
api.setWebHook(WEB_HOOK)
} else {
Expand Down

0 comments on commit 4d25c6a

Please sign in to comment.