vasani-arpit / WBOT

A simple Web based BOT for WhatsApp™ in NodeJS 😜. Working as of 📅 Feb 4th, 2024
Other
990 stars 314 forks source link

Greet new member in a group with a message? #203

Closed choccy closed 3 years ago

choccy commented 3 years ago

I want to add a greeting to anyone that enters a group my bot is in. It is only in a single group so filtering out which groups to not speak in is not a problem I have. How do I go about this?

choccy commented 3 years ago

Does a new person entering a group chat show up on a webhook? Also will running a webhook disable the commands in the bot.json file?