Update 'node/boto.js'
This commit is contained in:
parent
e97439ce47
commit
e86e8e26da
|
@ -473,10 +473,9 @@ client.on("resub", function (channel, username, months, message, userstate, meth
|
||||||
client.say(channel, `/me BLEEP! BLOOP! Legend re-sub! Thanks for your continued support!`);
|
client.say(channel, `/me BLEEP! BLOOP! Legend re-sub! Thanks for your continued support!`);
|
||||||
client.say(channel, `!kappagen sarimoHYPE sarimoKO`);
|
client.say(channel, `!kappagen sarimoHYPE sarimoKO`);
|
||||||
});
|
});
|
||||||
client.on("roomstate", (channel, state) => {
|
// client.on("roomstate", (channel, state) => {
|
||||||
// Do your stuff.
|
// console.log('LOG: Roomstate ');
|
||||||
console.log('LOG: Roomstate ');
|
// });
|
||||||
});
|
|
||||||
client.on("serverchange", (channel) => {
|
client.on("serverchange", (channel) => {
|
||||||
// Do your stuff.
|
// Do your stuff.
|
||||||
console.log('LOG: Server Change ');
|
console.log('LOG: Server Change ');
|
||||||
|
|
Loading…
Reference in New Issue