TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 51 forks source link

support for user-moderation-notifications pubsub topic, as well as automod caught user messages #88

Closed swiftyspiffy closed 3 years ago

swiftyspiffy commented 3 years ago

user-moderation-notifications is a topic that will include a number of moderation notifications for an individual user. Currently, only notifications for when automod holds a user's message is implemented.

This topic is currently undocumented, but is intended for third party consumption. We can expect proper documentation for this soonish.

This is tested.