ignore SE
This commit is contained in:
parent
7ae3e00096
commit
1df3e5272e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue