Update 'node/boto.js'

This commit is contained in:
Sarimoko 2022-02-13 00:47:45 +00:00
parent e97439ce47
commit e86e8e26da
1 changed files with 3 additions and 4 deletions

View File

@ -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 ');