Online moderators

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

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

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.