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