PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
791 stars 163 forks source link

set correct "type" of PubSubModerationActionChannelTerms #332

Closed Dschogo closed 1 year ago

Dschogo commented 2 years ago

Pull request summary

Sets a correct/more descriptive "type" of PubSubModerationActionChannelTerms (from "channel_terms_action" to "add_blocked_term"/"delete_blocked_term")

Checklist