commit
This commit is contained in:
parent
86d6ff67bf
commit
5b68c5f29a
1 changed files with 1 additions and 2 deletions
3
app.js
3
app.js
|
@ -84,8 +84,7 @@ bot.command('s', ctx => {
|
|||
})
|
||||
|
||||
bot.command('truce', ctx => {
|
||||
const message = ctx.update.message.reply_to_message.text
|
||||
isTrue(message, ctx)
|
||||
isTrue(ctx.update.message.reply_to_message.text, ctx)
|
||||
})
|
||||
|
||||
bot.command('chatInfo', ctx => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue