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
515 stars 217 forks source link

[Question] Two welcome messages - how to leave just one? #111

Closed DanyGee closed 2 years ago

DanyGee commented 2 years ago

Hi 👋🏻 Currently I have two welcome messages. How to disable the first (older) one properly? (its in Polish, but you get the idea) Screenshot from 2021-07-17 08 07 35@2x

J-Rios commented 2 years ago

Hi,

The first message that you show in the image is the default captcha solve message that the Bot send when a user solve the captcha, and it can't be removed/modified.

Long time ago, there was a poll where I ask how users want to implement the custom welcome message, options was: replace the current captcha solve message with the custom welcome message one, send a new welcome message before the capchta solve message, or send it after the solve message. The result of the poll was to implement a custom welcome message that will shows up after the default one when the captcha was solved and that was done.

So currently, you just can disable your custom welcome message, not the other. To do that, you must use the command: /welcome_msg disable

Regards.