mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 00:30:02 +00:00
6 lines
148 B
Go
6 lines
148 B
Go
package twitch
|
|
|
|
const (
|
|
ScopeChannelManageRedemptions = "channel:manage:redemptions"
|
|
ScopeChannelReadRedemptions = "channel:read:redemptions"
|
|
)
|