bugfix on bits/cheer
This commit is contained in:
parent
4c30d0a434
commit
a0a7bbbf93
|
@ -69,7 +69,7 @@ client.on("giftpaidupgrade", (channel, username, sender, userstate) => {
|
|||
});
|
||||
client.on("hosted", (channel, username, viewers, autohost) => {
|
||||
console.log('LOG: TYVM! For the host!');{
|
||||
client.say(channel, `/me TYVM @`+ username, `we may take your viewership of`, viewers+`, but we'll never take their FREEDOM!!! sarimoFREEDOM);
|
||||
client.say(channel, `/me TYVM @`+ username, `we may take your viewership of`, viewers+`, but we'll never take their FREEDOM!!! sarimoFREEDOM`);
|
||||
client.say(channel, `!kappagen sarimoHYPE sarimoLURK`);
|
||||
});
|
||||
client.on("hosting", (channel, target, viewers) => {
|
||||
|
|
|
@ -322,7 +322,7 @@ client.on("ban", (channel, username, reason, userstate) => {
|
|||
client.on("cheer", (channel, userstate, message) => {
|
||||
console.log('HYPE |'.green, userstate.yellow, 'with msg of'.green, message.yellow)
|
||||
if (message !== null){
|
||||
client.say(channel, `/me HYPE! Bits = Boto-fuel! Thanx for the support! I also found this message in a bottle "`+ message, `".`);
|
||||
client.say(channel, `/me HYPE! Bits = Boto-fuel! Thanx for the support! I also found this message in a bottle "`+ message +`".`);
|
||||
client.say(channel, `!kappagen sarimoHYPE sarimoBITS`);
|
||||
} else {
|
||||
client.say(channel, `/me HYPE!!! Bits = Boto fuel! Thanx for the support!`);
|
||||
|
|
Loading…
Reference in New Issue