Update 'node/boto.js'
This commit is contained in:
parent
a0651c505b
commit
d931e0c7ac
|
@ -172,7 +172,7 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// The Lurk
|
||||
// ----------------------------------
|
||||
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 `);
|
||||
}
|
||||
// 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') {
|
||||
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
|
||||
// ----------------------------------
|
||||
else if(command === 'wish' || command === 'wishlist' || command === 'amazon' || command === 'gift') {
|
||||
|
@ -278,7 +283,7 @@ client.on('message', (channel, tags, message, self) => {
|
|||
// 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
|
||||
|
|
Loading…
Reference in New Issue