diff --git a/node/boto.js b/node/boto.js index 956ff2e..bce18b4 100644 --- a/node/boto.js +++ b/node/boto.js @@ -66,6 +66,7 @@ function getRandomChatter(channelName, opts = {}) { // CHAT SCAN | START client.on('message', (channel, tags, message, self) => { if(self) return; + if(tags.username === 'streamelements') return; const badges = tags.badges || {}; // Scan Badges const isBroadcaster = badges.broadcaster; // Define Streamer const isMod = badges.moderator; // Define Mod