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

check number status always TRUE #208

Closed cidocamp0s closed 3 years ago

cidocamp0s commented 3 years ago

image

CheckNumber function always returns TRUE, as the image above shows.

The original return was a 404 NOT FOUND if the number havent whatsapp or 200 if the number has a valid whatsapp.

how to solve this issue?

vasani-arpit commented 3 years ago

use callback to get the results

WAPI.checkNumberStatus("XXXXXXXXXX@c.us",function(){console.log(arguments[0])})