Update 'node/boto.js'
This commit is contained in:
parent
16511c11ee
commit
7d3da9a13f
11
node/boto.js
11
node/boto.js
|
@ -35,16 +35,5 @@ client.on('message', (channel, tags, message, self) => {
|
|||
const args = message.slice(1).split(' ');
|
||||
const command = args.shift().toLowerCase(); // !COMMAND => command
|
||||
|
||||
if(isModUp) { // !MODS | START
|
||||
console.log('Captians Log: MOD used a command...'); // Log for ALL commands Mods use Mod/Sub/General
|
||||
} // !MODS | END
|
||||
|
||||
if(isSub) { // !SUBS | START
|
||||
console.log('Captians Log: SUB used a command...'); // Log
|
||||
} // !SUBS | END
|
||||
|
||||
if{ // !ALL | START
|
||||
console.log('LOG: Non-Mod command used!');
|
||||
} // !ALL | END
|
||||
|
||||
}); // SCAN MSG | END
|
Loading…
Reference in New Issue