diff --git a/node/boto.js b/node/boto.js index 332c61a..ed347bf 100644 --- a/node/boto.js +++ b/node/boto.js @@ -53,11 +53,11 @@ client.on("hosting", (channel, target, viewers) => { }); client.on("part", (channel, username, self) => { // Do your stuff. - client.say(channel, `/me BETA-TEST: Not perm! ${tags.username} has left chat...`); + client.say(channel, `/me -1 Chatter`); }); client.on("raided", (channel, username, viewers) => { // Do your stuff. - client.say(channel, `/me Welcome raiders!!! We make take ${tags.username} viewers, but we'll never take their FREEDOM!!!`); + client.say(channel, `/me Welcome raiders!!! We make take your viewers, but we'll never take their FREEDOM!!!`); client.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`); }); client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => {