Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-11 07:17:40 +00:00
parent a0651c505b
commit d931e0c7ac
1 changed files with 7 additions and 2 deletions

View File

@ -172,7 +172,7 @@ client.on('message', (channel, tags, message, self) => {
// The Lurk // The Lurk
// ---------------------------------- // ----------------------------------
else if(command === 'lurk' || command === 'lurking' || command === 'lurkin' || command === 'brb') { else if(command === 'lurk' || command === 'lurking' || command === 'lurkin' || command === 'brb') {
client.say(channel, `/me Enjoy your lurk ${tags.username}, thanks for the viewership! `); client.say(channel, `/me Enjoy your lurk ${tags.username}, thanks for the viewership! GL out there ${args.join(' ')}`);
client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `); client.say(channel, `!kappagen sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO sarimoLURKbrb sarimoKO `);
} }
// The Mote // The Mote
@ -186,6 +186,11 @@ client.on('message', (channel, tags, message, self) => {
else if(command === 'sale' || command === 'buygames' || command === 'humble' || command === 'bundle' || command === 'humblebundle') { else if(command === 'sale' || command === 'buygames' || command === 'humble' || command === 'bundle' || command === 'humblebundle') {
client.say(channel, `Get sales & give to charity! Win + win, right?! Check out HumbleBundle, use this affiliated link to support the stream: https://www.humblebundle.com/?partner=rusttv`); client.say(channel, `Get sales & give to charity! Win + win, right?! Check out HumbleBundle, use this affiliated link to support the stream: https://www.humblebundle.com/?partner=rusttv`);
} }
// The Time
// ----------------------------------
else if(command === 'time' || command === 'pst' || command === 'pac') {
client.say(channel, `BLEEP! BLOOP! PST | 2-Pac Standard Time`);
}
// The Wish // The Wish
// ---------------------------------- // ----------------------------------
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') { else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
@ -278,7 +283,7 @@ client.on('message', (channel, tags, message, self) => {
// Shoutout // Shoutout
// ---------------------------------- // ----------------------------------
else if(command === 'so' || command === 'shoutout') { else if(command === 'so' || command === 'shoutout') {
client.say(channel, `BLEEP! BLOOP! Go checkout @${args.join(' ')}'s channel! Hit that follow button like it owes you money! https://twitch.tv/${args.join(' ')}`); 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(' ')}`);
} }
// S T R E A M E L E M E N T S // S T R E A M E L E M E N T S