fix
This commit is contained in:
parent
83e3ce90f5
commit
0e669e29d9
|
@ -85,13 +85,13 @@ 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) => {
|
||||
console.log('HYPE | Logging into'.yellow, 'Twitch TV'.brightBlue);
|
||||
// HYPE | Hosting
|
||||
client.say(channel, `/me Stick around as we host @`+ target, `they may take our viewership of`, viewers+`, but we'll never take their FREEDOM!!! sarimoFREEDOM`);
|
||||
client.say(channel, `/me Stick around as we host @`+ target, `they may take our viewership of`, viewers +`, but we'll never take their FREEDOM!!! sarimoFREEDOM`);
|
||||
client.say(channel, `!kappagen sarimoNERD sarimoKO`);
|
||||
});
|
||||
client.on("join", (channel, username, self) => {
|
||||
|
|
Loading…
Reference in New Issue