Update 'node/boto.js'
This commit is contained in:
parent
6f5ee36c4b
commit
6d5da6c157
|
@ -216,7 +216,7 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
}
|
}
|
||||||
// Shoutout
|
// Shoutout
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
else if(command === 'so' || command === 'shoutout' || command === 'holla' || command === 'pimp') {
|
else if(command === 'so' || command === 'shoutout') {
|
||||||
client.say(channel, `Go checkout @${tags.username}'s channel! Hit that follow button like it owes you money!`);
|
client.say(channel, `Go checkout @${tags.username}'s channel! Hit that follow button like it owes you money!`);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -224,7 +224,7 @@ client.on('message', (channel, tags, message, self) => {
|
||||||
// ==================================
|
// ==================================
|
||||||
// FX | Bad Game
|
// FX | Bad Game
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
else if(command === 'badgame' || command === 'anti-gg' || command === 'notgg') {
|
else if(command === 'badgame' || command === 'antigg' || command === 'notgg') {
|
||||||
client.say(channel, `!kappagen sarimoDEAD sarimoGAME `);
|
client.say(channel, `!kappagen sarimoDEAD sarimoGAME `);
|
||||||
}
|
}
|
||||||
// FX | Hi
|
// FX | Hi
|
||||||
|
|
Loading…
Reference in New Issue