Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:09:25 +00:00
parent 987c8305eb
commit c3c706e830
1 changed files with 1 additions and 6 deletions

View File

@ -35,10 +35,5 @@ client.on('message', (channel, tags, message, self) => {
const args = message.slice(1).split(' '); const args = message.slice(1).split(' ');
const command = args.shift().toLowerCase(); // !COMMAND => command const command = args.shift().toLowerCase(); // !COMMAND => command
if(isModUp) { // !MODS | START
} // !MODS | END
if(isSub) { // !SUBS | START
}
if { // !ALL | START
}
}); // SCAN MSG | END }); // SCAN MSG | END