[core] Fix: ChannelEditor must be present on token

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2022-01-09 17:40:48 +01:00
parent 1d8c3e7f77
commit 5f15a93f50
Signed by: luzifer
GPG Key ID: 0066F03ED215AD7D

View File

@ -11,10 +11,10 @@ var (
twitch.ScopeChannelModerate,
twitch.ScopeChannelManageBroadcast,
twitch.ScopeChannelEditCommercial,
twitch.ScopeV5ChannelEditor,
}
channelDefaultScopes = []string{
twitch.ScopeChannelReadRedemptions,
twitch.ScopeV5ChannelEditor,
}
)