Teekeks / pyTwitchAPI

A Python 3.7 compatible implementation of the Twitch API, EventSub, PubSub and Chat
https://pytwitchapi.dev
MIT License
254 stars 38 forks source link

AuthScope seems to be missing automod_settings (both read and update) #199

Closed funkywaddle closed 1 year ago

funkywaddle commented 1 year ago

The AuthScope class seems to be missing both moderator:read:automod_settings and moderator:manage:automod_settings

Also, the methods for the endpoints needing those scopes: get-automod-settings and update-automod-settings

Teekeks commented 1 year ago

seems like I also somehow missed those 2 endpoints