From 7500c971f7a612e14fd21623d507a4e27b09b254 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 08:21:54 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 0ee342d..f3ac985 100644 --- a/node/boto.js +++ b/node/boto.js @@ -42,7 +42,8 @@ client.on('message', (channel, tags, message, self) => { const botUserState = client.userstate[channel]; const amMod = botUserState !== undefined && botUserState.mod === true; 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(' ')}'); + console.log('MOD COMMAND | so | shoutout'); + client.say(channel, `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!');