From dc627597e0fe39a9d2b550483d0bdb3b9c076284 Mon Sep 17 00:00:00 2001 From: Sarimoko Date: Mon, 14 Feb 2022 16:09:42 -0800 Subject: [PATCH] test ignore --- node/boto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/boto.js b/node/boto.js index 73e2a5d..76b556b 100644 --- a/node/boto.js +++ b/node/boto.js @@ -67,7 +67,7 @@ function getRandomChatter(channelName, opts = {}) { client.on('message', (channel, tags, message, self) => { if(self) return; if(tags.username === 'nightbot') return; - if(tags.username === 'streamelements') return; + //if(tags.username === 'streamelements') return; if(tags.username === 'streamlabs') return; const badges = tags.badges || {}; // Scan Badges const isBroadcaster = badges.broadcaster; // Define Streamer