Current !mods and !vips commands

Hey @rafael_hr22!

We only offer support in English.


Please use the search bar before opening a new topic as I already answered that question:


!mods:

$(eval a=$(urlfetch json http://tmi.twitch.tv/group/user/$(channel)/chatters).chatters.moderators; a.length<1?`No moderator currently online`:`Moderator currently online: ${a.join(', ')}`.slice(0,400))

!vips:

$(eval a=$(urlfetch json http://tmi.twitch.tv/group/user/$(channel)/chatters).chatters.vips; a.length<1?`No VIP currently online`:`VIP currently online: ${a.join(', ')}`.slice(0,400))