Online moderators

Asked Feb 19, 2021·3 replies·Last activity 5 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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(, )};) |

3 replies

The emoji that represents : and a )

I copy it all to the emoji (not counting the emoji) and all the text appears when I put the command

Oh! I understand, Copy the command without counting the emoji and then put ; and the ) That happens because before the command you have to put $ (urlfetch