diff --git a/node/boto.js b/node/boto.js index ab890eb..77f2bc6 100644 --- a/node/boto.js +++ b/node/boto.js @@ -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, `!kappagen sarimoHYPE sarimoKO`); }); -client.on("roomstate", (channel, state) => { - // Do your stuff. - console.log('LOG: Roomstate '); -}); +// client.on("roomstate", (channel, state) => { +// console.log('LOG: Roomstate '); +// }); client.on("serverchange", (channel) => { // Do your stuff. console.log('LOG: Server Change ');