2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-29 13:27:44 +00:00

Update httpsWebHook.js

This commit is contained in:
Yago 2015-06-30 01:42:35 +02:00
parent 6a091c307c
commit 2143be40f6

View File

@ -8,5 +8,5 @@ var options = {
} }
}; };
var bot = new TelegramBot('BOTTOKEN', options); var bot = new TelegramBot('BOT_TOKEN', options);
bot.setWebHook('IP:PORT'); bot.setWebHook('IP:PORT/botBOT_TOKEN');