Fixed captcha testing

This commit is contained in:
nefrace 2023-01-14 01:25:29 +03:00
parent d27313a774
commit 8608800069
1 changed files with 0 additions and 3 deletions

View File

@ -97,9 +97,6 @@ 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)