From 36f0c9b1f5f4176f0c97c73a83a38871e9743ff8 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Fri, 11 Feb 2022 07:47:26 +0000 Subject: [PATCH] Update 'node/boto.js' --- node/boto.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/node/boto.js b/node/boto.js index 57336a7..d8d36d6 100644 --- a/node/boto.js +++ b/node/boto.js @@ -110,17 +110,17 @@ client.on('message', (channel, tags, message, self) => { //let isMod = user.mod || user['user-type'] === 'mod'; //let isBroadcaster = channel.slice(1) === user.username; //let isModUp = isMod || isBroadcaster; - if(isModUp) { - if(command === 'mod') { - client.say(channel, `Mod test command`); - } - if else(command === 'mods') { - client.say(channel, `Mod test command`); - } - else { + //if(isModUp) { + // if(command === 'mod') { + // client.say(channel, `Mod test command`); + // } + // if else(command === 'mods') { + // client.say(channel, `Mod test command`); + // } + // else { // NULL - } - } + // } + //} // I N F O // ==================================