Update bot.js
This commit is contained in:
parent
049cb401b9
commit
504c095dcf
@ -18,7 +18,7 @@
|
|||||||
// Importar las librerías:
|
// Importar las librerías:
|
||||||
const TelegramBot = require('node-telegram-bot-api');
|
const TelegramBot = require('node-telegram-bot-api');
|
||||||
// Token del bot:
|
// Token del bot:
|
||||||
const token = '1650731934:AAHYXV0t1hwE0j2TbcVFMXWQEfFulyj4BfU';
|
const token = '';
|
||||||
// Create the bot:
|
// Create the bot:
|
||||||
const bot = new TelegramBot(token, {polling:true});
|
const bot = new TelegramBot(token, {polling:true});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user