UNPKG

wabot

Version:

Whatsapp Bot Module for automate response and interact whit users

9 lines (8 loc) 235 B
var validWapi = function (){ if (typeof WAPI === 'undefined' || typeof WAPI.isLoggedIn() === 'undefined'){ injectWapi(); }else { clearInterval(intervalWapi); } } intervalWapi = setInterval(validWapi, 5000);