Update 'node/boto.js'
This commit is contained in:
parent
c3c706e830
commit
0dc04f279f
|
@ -36,4 +36,10 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
const command = args.shift().toLowerCase(); // !COMMAND => command
|
const command = args.shift().toLowerCase(); // !COMMAND => command
|
||||||
|
|
||||||
|
|
||||||
|
if { // !ALL | START
|
||||||
|
}
|
||||||
|
else if(isSub) { // !SUBS | START
|
||||||
|
}
|
||||||
|
else(isModUp) { // !MODS | START
|
||||||
|
} // !MODS | END
|
||||||
}); // SCAN MSG | END
|
}); // SCAN MSG | END
|
Loading…
Reference in New Issue