From 8765177900e8fa1fba48d251e4e6a5e7968276f5 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Thu, 10 Feb 2022 04:14:19 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) => {