modified: telegrambot/index.js
This commit is contained in:
parent
764cd9860b
commit
1047a07651
1 changed files with 3 additions and 3 deletions
|
@ -353,8 +353,8 @@ angebotCodeStage.enter(async (ctx) => {
|
|||
ctx.session.codeMsg = codeMsg.message_id
|
||||
})
|
||||
angebotCodeStage.leave(async (ctx) => {
|
||||
if (!!ctx.session.codeMsg)
|
||||
await ctx.deleteMessage(ctx.session.codeMsg)
|
||||
// if (!!ctx.session.codeMsg)
|
||||
// await ctx.deleteMessage(ctx.session.codeMsg)
|
||||
})
|
||||
angebotCodeStage.action('abort', async (ctx) => {
|
||||
await ctx.replyWithChatAction('typing')
|
||||
|
|
Loading…
Add table
Reference in a new issue