File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments