We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbf3b31 + 4277ade commit 6b75c2eCopy full SHA for 6b75c2e
src/src/environments/environments-all.ts
@@ -10,7 +10,8 @@ export const allEnvironments = {
10
'moderator:read:chatters', // Reads your chat and the chats of those you moderate
11
'moderator:manage:banned_users', // Allow you to ban in your chat and those you moderate
12
'channel:manage:moderators', // Allows us to make the bot account a moderator for them
13
- 'moderation:read' // Allows us to check who is a moderator
+ 'moderation:read', // Allows us to check who is a moderator
14
+ 'user:read:moderated_channels' // Allows the bot to check what channels it moderates. Doesn't hurt to have this from the user.
15
]
16
17
}
0 commit comments