Update 'node/boto.js'
This commit is contained in:
parent
7500c971f7
commit
de2fd7b8d3
|
@ -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!');
|
||||
|
|
Loading…
Reference in New Issue