Update 'node/boto.js'
This commit is contained in:
parent
8765177900
commit
d22db67fde
|
@ -51,6 +51,10 @@ client.on("hosting", (channel, target, viewers) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
client.say(channel, `/me Host Test`);
|
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) => {
|
client.on("part", (channel, username, self) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
client.say(channel, `/me -1 Chatter`);
|
client.say(channel, `/me -1 Chatter`);
|
||||||
|
|
Loading…
Reference in New Issue