Skip to content

Commit

Permalink
Add user:edit:broadcast scope
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 9, 2025
1 parent 52fe1a2 commit 64e98c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twitchio/authentication/scopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ class Scopes(metaclass=_ScopeMeta):
moderator_manage_warnings = _scope_property()
moderator_read_moderators = _scope_property()
moderator_read_vips = _scope_property()
user_edit_broadcast = _scope_property()
user_edit = _scope_property()
user_edit_follows = _scope_property()
user_read_blocked_users = _scope_property()
Expand Down

0 comments on commit 64e98c3

Please sign in to comment.