From e86e8e26da175539d933129b4e8e8d7ab2553374 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Sun, 13 Feb 2022 00:47:45 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 ');