Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 08:21:54 +00:00
parent 2428e82bb5
commit 7500c971f7
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,8 @@ client.on('message', (channel, tags, message, self) => {
const botUserState = client.userstate[channel]; const botUserState = client.userstate[channel];
const amMod = botUserState !== undefined && botUserState.mod === true; const amMod = botUserState !== undefined && botUserState.mod === true;
if(isModUp && message.toLowerCase().startsWith('!so')) { 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')) { if(message.toLowerCase().startsWith('!mod')) {
console.log('LOG: Non-Mod command used!'); console.log('LOG: Non-Mod command used!');