From 2143be40f6797be7809b21b291d643b196e0614b Mon Sep 17 00:00:00 2001 From: Yago Date: Tue, 30 Jun 2015 01:42:35 +0200 Subject: [PATCH] Update httpsWebHook.js --- examples/httpsWebHook.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/httpsWebHook.js b/examples/httpsWebHook.js index b698197..cdbeefc 100644 --- a/examples/httpsWebHook.js +++ b/examples/httpsWebHook.js @@ -8,5 +8,5 @@ var options = { } }; -var bot = new TelegramBot('BOTTOKEN', options); -bot.setWebHook('IP:PORT'); +var bot = new TelegramBot('BOT_TOKEN', options); +bot.setWebHook('IP:PORT/botBOT_TOKEN');