mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-29 05:17:41 +00:00
Update httpsWebHook.js
This commit is contained in:
parent
6a091c307c
commit
2143be40f6
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user