EventSub for added/removed moderator status, but for self
EventSub exists for channels adding/removing moderator status to a user. I'd like the other way around. I'd like to receive an EventSub notification if I have been added/removed as a moderator.
Why:
In order to receive a notification whether my bot has been added/removed as a moderator in a channel, I have to subscribe to every streamer I support on channel.moderator.(add|remove)
, with the condition of broadcaster_user_id
= streamer ID. If I could set a condition of user_id
= my bot ID, I would only need ONE eventsub subscription each for add and remove, instead of 75000+ each. Win-win for both Twitch and me.
5
votes
