typo syntax

This commit is contained in:
Sarimoko 2022-02-14 14:22:10 -08:00
parent 7b7eb2e3de
commit 83e3ce90f5
1 changed files with 2 additions and 2 deletions

View File

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