UNPKG
choco-bot
Version:
latest (3.0.0)
3.0.0
2.0.0
Whatsapp-bot
choco-bot
/
lib
/
switchOffGideon.js
8 lines
(7 loc)
•
192 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
function
switchOffGideon
(
) { gideonisActive =
false
;
console
.
log
(
"Gideon is now switched off and not listening to commands."
); }
module
.
exports
= { switchOffGideon, }