diff --git a/FDIeSports_Telegram_bot/bot.js b/FDIeSports_Telegram_bot/bot.js index 7ad58d8..9b88b4f 100644 --- a/FDIeSports_Telegram_bot/bot.js +++ b/FDIeSports_Telegram_bot/bot.js @@ -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}); @@ -175,4 +175,4 @@ bot.onText(/^\/author/, function(msg){ bot.sendMessage(chatId, "Autor👤: *Fernando Méndez 'Humpercobra'* \n" + "Web🌐: https://fermdez.ddns.net", {parse_mode : "Markdown"}) -}); \ No newline at end of file +});