just plain text

This commit is contained in:
SharafatKarim 2024-02-05 19:23:23 +06:00
parent 1f2cf7c2fa
commit 52ce2fbcb9
No known key found for this signature in database

View File

@ -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) => {