test ignore
This commit is contained in:
parent
9386faf1fa
commit
dc627597e0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue