vasani-arpit / WBOT

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

Improve the smartreply feature #273

Closed nikhilmaske-2001 closed 2 years ago

nikhilmaske-2001 commented 2 years ago

Is your feature request related to a problem? Please describe. This should be valid only when smartreply is true and clicktosend is true: When you click on anysuggestion it will be sent instantly (after merging #271). When the input field contains some text and click on any suggestion it will send input field text + smartreply. We want to enhance this features by first clearing the input field and send only smartreply, and then again recover the old input field text.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

vasani-arpit commented 2 years ago

271 has been merged.