From de2fd7b8d32da56d4adb73874e9c3c113c3a7a56 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 08:22:56 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index f3ac985..d0f42a0 100644 --- a/node/boto.js +++ b/node/boto.js @@ -43,7 +43,7 @@ client.on('message', (channel, tags, message, self) => { const amMod = botUserState !== undefined && botUserState.mod === true; if(isModUp && message.toLowerCase().startsWith('!so')) { 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(' ')}`); + client.say(channel, `bloop`); } if(message.toLowerCase().startsWith('!mod')) { console.log('LOG: Non-Mod command used!');