J-Rios / TLG_JoinCaptchaBot

Telegram Bot to verify if users joining a group are human. The Bot sends an image captcha for each new user and kicks any of them who can't solve the captcha in a specified time.
GNU General Public License v3.0
520 stars 217 forks source link

A few message improvements (en). #15

Closed marcopaganini closed 4 years ago

J-Rios commented 4 years ago

Hi, thanks for text improvements.

Note that lines "if str(e) == SOME_TEXT" are comparison with specific python-telegram-bot exception messages, it cannot be modified because the condition will not fire then. Everything else is fine, if you fix that (don't change that lines) I will merge the pull request :)

marcopaganini commented 4 years ago

Ooops. My bad. This is now fixed.