diff --git a/node/boto.js b/node/boto.js index d1fef4d..45fd597 100644 --- a/node/boto.js +++ b/node/boto.js @@ -34,22 +34,11 @@ client.on('message', (channel, tags, message, self) => { if(self || !message.startsWith('!')) return; // Command Parser 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 - if(command === 'so' || - command === 'shoutout') { - client.say(channel, `/me Smash @${args.join(' ')}'s follow button at: https://twitch.tv/${args.join(' ')}`); - } - else if(command === 'mute' || - command === 'slap' || - command === 'timeout' || - command === 'warn') { - client.say(channel, `/timeout ${args.join(' ')} 33`); - client.say(channel, `/me Mods cast a 33sec Timeout Curse on @${args.join(' ')}, resistence to Bans is decreased!`); - client.say(channel, `!kappagen sarimoRAGE sarimoNERD`); - } } // !MODS | END - + if(isSub) { // !SUBS | START console.log('Captians Log: SUB used a command...'); // Log console.log(tags.username, 'is a subscriber');