Display active mods in chat

Asked May 10, 2023·2 replies·Last activity 3 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.

Hello, I'm a mod in a Twitch channel and we used to have a command that would display the active mods in chat by typing !mods. But for some reason it stopped working and I can't get it to work again.
Would appreciate anyone's help!

2 replies

Hey @Hazel Zebra!

It's likely due to Twitch's API recent changes: they removed an endpoint that many services were relying on to get data about users in chats, which could easily have been used to get the active mods.

There's a new way to get that data, unfortunately it requires authentication, and that's why no alternatives have been made yet, because it requires updating former code, and because that makes yet another connection to maintain alive for all the users of the service, which is harder than it sounds because users expect to set-and-forget.

Hey @Polar Cat ,

Thanks for the information!