Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-10 04:22:51 +00:00
parent 8765177900
commit d22db67fde
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ client.on("hosting", (channel, target, viewers) => {
// Do your stuff.
client.say(channel, `/me Host Test`);
});
client.on("join", (channel, username, self) => {
// Do your stuff.
client.say(channel, `/me +1 Chatter`);
});
client.on("part", (channel, username, self) => {
// Do your stuff.
client.say(channel, `/me -1 Chatter`);