Skip to content

Commit fadb59d

Browse files
committed
add channel:manage:raids`
1 parent 772ffdc commit fadb59d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.7.0...Unreleased)
88

9+
### Added
10+
11+
* Added scope `channel:manage:raids`
12+
913
## [v0.7.0] - 2022-05-08
1014

1115
[Commits](https://github.com/Emilgardis/twitch_oauth2/compare/v0.6.1...v0.7.0)

src/scopes.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ scope_impls!(
8686
ChannelManageExtensions, scope: "channel:manage:extensions", doc: "Manage a channel’s Extension configuration, including activating Extensions.";
8787
ChannelManagePolls, scope: "channel:manage:polls", doc: "Manage a channel’s polls.";
8888
ChannelManagePredictions, scope: "channel:manage:predictions", doc: "Manage of channel’s Channel Points Predictions";
89+
ChannelManageRaids, scope: "channel:manage:raids", doc: "Manage a Channel’s raids.";
8990
ChannelManageRedemptions, scope: "channel:manage:redemptions", doc: "Manage Channel Points custom rewards and their redemptions on a channel.";
9091
ChannelManageSchedule, scope: "channel:manage:schedule", doc: "Manage a channel’s stream schedule.";
9192
ChannelManageVideos, scope: "channel:manage:videos", doc: "Manage a channel’s videos, including deleting videos.";

0 commit comments

Comments
 (0)