twitch-bot/twitch/scopes.go

7 lines
148 B
Go
Raw Normal View History

package twitch
const (
ScopeChannelManageRedemptions = "channel:manage:redemptions"
ScopeChannelReadRedemptions = "channel:read:redemptions"
)