Skip to content

Commit

Permalink
More request scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Oct 19, 2022
1 parent b675c70 commit 17ed1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class ConfigTwitchModel(BaseModel):
'channel:read:goals', 'channel:read:hype_train', 'channel:read:polls',
'channel:read:predictions', 'channel:read:redemptions', 'channel:read:subscriptions',
'moderator:manage:banned_users', 'moderator:read:chatters', 'channel:read:vips',
'moderator:manage:chat_messages',
'moderator:manage:chat_messages', 'moderator:manage:chat_settings',
'moderator:manage:announcements', 'chat:edit', 'chat:read',
]

class ConfigDiscordModel(BaseModel):
Expand Down

0 comments on commit 17ed1f2

Please sign in to comment.