Compare commits
No commits in common. "e02e87937823a2025ea0bcb80d7f2cd67f14bd51" and "49147208d1a3905844fc79e31fa165b974e68653" have entirely different histories.
e02e879378
...
49147208d1
|
@ -97,6 +97,9 @@ func checkCaptcha(b *bot, update *tb.Update) error {
|
|||
b.DeleteMessage(message.Chat.ID, user.CaptchaMessage)
|
||||
|
||||
}
|
||||
} else {
|
||||
log.Println(err)
|
||||
return err
|
||||
}
|
||||
if !solved {
|
||||
b.DeleteMessage(message.Chat.ID, message.ID)
|
||||
|
|
Loading…
Reference in New Issue