I have found a command in which it tells you the moderators who are online
$(eval mods=$(urlfetch json https://tmi.twitch.tv/group/user/$(channel)/chatters).chatters.moderators;bots=[streamlabs,streamelements,nightbot];bots.forEach(b=>mods=mods.filter(m=>m.toLowerCase()!=b.toLowerCase()));/me | Mods Online: ${mods.join(, )};) |