Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 04:14:19 +00:00
parent 94d4ee24ba
commit 8765177900
1 changed files with 2 additions and 2 deletions

View File

@ -53,11 +53,11 @@ client.on("hosting", (channel, target, viewers) => {
}); });
client.on("part", (channel, username, self) => { client.on("part", (channel, username, self) => {
// Do your stuff. // 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) => { client.on("raided", (channel, username, viewers) => {
// Do your stuff. // 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.say(channel, `!kappagen sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM sarimoRAID sarimoFREEDOM`);
}); });
client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => { client.on("subgift", (channel, username, streakMonths, recipient, methods, userstate) => {