From 963136e651bba9889240027614ccabd8daba327a Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sat, 12 Feb 2022 05:39:55 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/node/boto.js b/node/boto.js index efa0829..ec9daf4 100644 --- a/node/boto.js +++ b/node/boto.js @@ -87,6 +87,7 @@ client.on("join", (channel, username, self) => { // client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`); }); client.on("part", (channel, username, self) => { + console.log(tags.username, 'left chat.'); // client.say(channel, `/me -1 Chatter! Where's my bounty hunters? Essemble the *air-qoutes* search-party *air-qoutes*`); }); client.on("raided", (channel, username, viewers) => {