bugfix on bits/cheer

This commit is contained in:
Sarimoko 2022-02-20 22:40:02 -08:00
parent 4c30d0a434
commit a0a7bbbf93
2 changed files with 2 additions and 2 deletions

View File

@ -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) => {

View File

@ -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!`);