UNPKG

choco-bot

Version:

Whatsapp-bot

8 lines (7 loc) 192 B
function switchOffGideon() { gideonisActive = false; console.log("Gideon is now switched off and not listening to commands."); } module.exports = { switchOffGideon, }