Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:10:56 +00:00
parent c3c706e830
commit 0dc04f279f
1 changed files with 7 additions and 1 deletions

View File

@ -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