From 4d25c6a01a0ebad459c574faa80b110156a70d93 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 7 Mar 2018 16:15:37 +0100 Subject: [PATCH] oops :bug: --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 0bc647d..1fe1089 100644 --- a/index.js +++ b/index.js @@ -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 {