just plain text
This commit is contained in:
parent
1f2cf7c2fa
commit
52ce2fbcb9
@ -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) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user