This commit is contained in:
Lukian LEIZOUR 2022-11-20 11:43:57 +01:00
parent 86d6ff67bf
commit 5b68c5f29a

3
app.js
View file

@ -84,8 +84,7 @@ bot.command('s', ctx => {
}) })
bot.command('truce', ctx => { bot.command('truce', ctx => {
const message = ctx.update.message.reply_to_message.text isTrue(ctx.update.message.reply_to_message.text, ctx)
isTrue(message, ctx)
}) })
bot.command('chatInfo', ctx => { bot.command('chatInfo', ctx => {