Update bot.js
This commit is contained in:
parent
049cb401b9
commit
504c095dcf
@ -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"})
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user