UNPKG
choco-bot
Version:
latest (3.0.0)
3.0.0
2.0.0
Whatsapp-bot
choco-bot
/
commands
/
getdevice.js
7 lines
(6 loc)
•
97 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
getdevice
(msg)
{ msg.reply(device) }
module
.
exports
= { getdevice, }