Update 'node/boto.js'
This commit is contained in:
parent
94d4ee24ba
commit
8765177900
|
@ -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) => {
|
||||||
|
|
Loading…
Reference in New Issue