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

[Question] Which variables are supported for custom welcome message? #55

Closed K0media closed 4 years ago

K0media commented 4 years ago

I'd like to know if your bot supports more placeholders other than $user. That way I can customize the welcome message even more.

If there are more placeholders and tricks, I'd really be glad if that could be added to the help documentation.

Thanks.

J-Rios commented 4 years ago

Hi,

Actually just support for $user is implemented.

Regards.