Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-12 05:39:55 +00:00
parent b5963aa963
commit 963136e651
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ client.on("join", (channel, username, self) => {
// client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`); // client.say(channel, `/me +1 Chatter! Viewer or Bot...? Time will tell!`);
}); });
client.on("part", (channel, username, self) => { 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.say(channel, `/me -1 Chatter! Where's my bounty hunters? Essemble the *air-qoutes* search-party *air-qoutes*`);
}); });
client.on("raided", (channel, username, viewers) => { client.on("raided", (channel, username, viewers) => {