diff --git a/node/boto.js b/node/boto.js index 9efbac2..0ee342d 100644 --- a/node/boto.js +++ b/node/boto.js @@ -41,8 +41,8 @@ client.on('message', (channel, tags, message, self) => { const isModUp = isBroadcaster || isMod; const botUserState = client.userstate[channel]; const amMod = botUserState !== undefined && botUserState.mod === true; - if(isModUp && message.toLowerCase().startsWith('!mod')) { - console.log('LOG: Mod command used!'); + if(isModUp && message.toLowerCase().startsWith('!so')) { + console.log('BLEEP! BLOOP! On behave of The Sarimoko Show, I'd like the thank my producers, my agents, & @${args.join(' ')} for making all of this possible! https://twitch.tv/${args.join(' ')}'); } if(message.toLowerCase().startsWith('!mod')) { console.log('LOG: Non-Mod command used!');