Update bot.js

This commit is contained in:
Fernando Méndez
2021-11-19 13:51:18 +01:00
committed by GitHub
parent 049cb401b9
commit 504c095dcf

View File

@@ -18,7 +18,7 @@
// Importar las librerías:
const TelegramBot = require('node-telegram-bot-api');
// Token del bot:
const token = '1650731934:AAHYXV0t1hwE0j2TbcVFMXWQEfFulyj4BfU';
const token = '';
// Create the bot:
const bot = new TelegramBot(token, {polling:true});