diff --git a/functions/bot/bot.js b/functions/bot/bot.js index 538ecd2..3e97658 100644 --- a/functions/bot/bot.js +++ b/functions/bot/bot.js @@ -39,7 +39,7 @@ bot.on(message('text'), async (ctx) => { if (ctx.message.chat.type !== 'private') return // reply to a group chat message (GROUP_ID) ctx.reply('Your message has been sent to Rising Flare. Have a great day! 🙃') - return ctx.telegram.sendMessage(process.env.GROUP_ID, ctx.message.text, { parse_mode: "HTML" }) + return ctx.telegram.sendMessage(process.env.GROUP_ID, ctx.message.text) }) bot.on(message('photo'), async (ctx) => {