diff --git a/app.js b/app.js index 1d47d63..515c288 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,7 @@ bot.on('message', (msg) => { if (msg.text.toString().toLowerCase().includes(help_filelinked)) { const userMention = "@" + msg.from.first_name + "<\/a>" logger.info("ID - " + msg.from.id + " First Name - " + msg.from.first_name + " Asked for fileLinked code"); - bot.sendMessage(msg.chat.id, "Hello " + userMention + " please PM me @" + process.env.BOT_USERNAME + " and i'll give you the code"); + bot.sendMessage(msg.chat.id, "Hello " + userMention + " please PM me @" + process.env.BOT_USERNAME + " and i'll give you the code", { parse_mode: "HTML" }); } const bye = "bye";