Fixed captcha testing #1

Merged
nefrace merged 1 commits from echotron into master 2023-01-14 01:34:20 +03:00
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)