vasani-arpit / WBOT

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

Get name #210

Closed WichyAlonzo closed 3 years ago

WichyAlonzo commented 3 years ago

Could you implement the function to get the name of the person who sends a message to the Bot?

vasani-arpit commented 3 years ago

Yes. that is possible but the messages are coming from bot.json there will be a need of updating variable in a string.

vasani-arpit commented 3 years ago

can use something like this https://stackoverflow.com/a/18234317/2983629

vasani-arpit commented 3 years ago

This feature has been implemented in version v0.16.0

WichyAlonzo commented 3 years ago

Thank you very much indeed, it is something you need <3