mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 08:40:01 +00:00
[core] Fix: ChannelEditor must be present on token
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1d8c3e7f77
commit
5f15a93f50
1 changed files with 1 additions and 1 deletions
|
@ -11,10 +11,10 @@ var (
|
||||||
twitch.ScopeChannelModerate,
|
twitch.ScopeChannelModerate,
|
||||||
twitch.ScopeChannelManageBroadcast,
|
twitch.ScopeChannelManageBroadcast,
|
||||||
twitch.ScopeChannelEditCommercial,
|
twitch.ScopeChannelEditCommercial,
|
||||||
|
twitch.ScopeV5ChannelEditor,
|
||||||
}
|
}
|
||||||
|
|
||||||
channelDefaultScopes = []string{
|
channelDefaultScopes = []string{
|
||||||
twitch.ScopeChannelReadRedemptions,
|
twitch.ScopeChannelReadRedemptions,
|
||||||
twitch.ScopeV5ChannelEditor,
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue