Skip to content

Commit c89b6a8

Browse files
author
Eviee Py
committed
Add missing moderator scopes
1 parent a6d8d8f commit c89b6a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

twitchio/authentication/scopes.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ class Scopes(metaclass=_ScopeMeta):
202202
Equivalent to the ``moderator:read:warnings`` scope on Twitch.
203203
moderator_manage_warnings
204204
Equivalent to the ``moderator:manage:warnings`` scope on Twitch.
205+
moderator_read_moderators
206+
Equivalent to the ``moderator:read:moderators`` scope on Twitch.
207+
moderator_read_vips
208+
Equivalent to the ``moderator:read:vips`` scope on Twitch.
205209
user_edit
206210
Equivalent to the ``user:edit`` scope on Twitch.
207211
user_edit_follows
@@ -302,6 +306,8 @@ class Scopes(metaclass=_ScopeMeta):
302306
moderator_manage_unban_requests = _scope_property()
303307
moderator_read_warnings = _scope_property()
304308
moderator_manage_warnings = _scope_property()
309+
moderator_read_moderators = _scope_property()
310+
moderator_read_vips = _scope_property()
305311
user_edit = _scope_property()
306312
user_edit_follows = _scope_property()
307313
user_read_blocked_users = _scope_property()

0 commit comments

Comments
 (0)