Found the following !random command in this forum for choosing a username from someone in chat and I'd love to modify it to have it point to a paste.gg link that could include unlimited usernames to filter in order to get around the character limit of the command message.
$(eval r=$(urlfetch json http://tmi.twitch.tv/group/user/$(channel)/chatters);try{c=JSON.parse(r).chatters;a=c.vips.concat(c.moderators,c.staff,c.admins,c.global_mods,c.viewers).filter(n=>![$(user),'Nightbot','Anotherttvviewer', 'Cardboard_live', 'Commanderroot', 'Lurxx', 'metaviews', 'Rewardtts', "Streamelements"].some(o=>n.toLowerCase()==o.toLowerCase()));a.length?a[Math.floor(Math.random()*a.length)]:"No chatters"}catch(e){Couldn't fetch the list of chatters: ${e}: ${r}.slice(0,400)})
