From b0922183863a76bb960fe8b66ed0ea3a86329414 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Tue, 1 Mar 2022 09:10:22 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 1 + 1 file changed, 1 insertion(+) diff --git a/node/boto.js b/node/boto.js index 052f8dd..e1b3e37 100644 --- a/node/boto.js +++ b/node/boto.js @@ -81,6 +81,7 @@ client.on('message', (channel, tags, message, self) => { const isMod = badges.moderator; // Define Mod const isModUp = isBroadcaster || isMod; // Permission Merge = Mod+Streamer const isSub = badges.subscriber || badges.founder; // Define Subs + const isVIP = badges.vip; // Define Mod const botUserState = client.userstate[channel]; // MOD Status Check const amMod = botUserState !== undefined && botUserState.mod === true; // Define Mod Status const percent = Math.floor(Math.random() * 100) + 1; //RNG Percentages%