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