Skip to content

Commit 6b75c2e

Browse files
Merge pull request #29 from nullinside-development-group/feature/UpdatePermissions
Adding permissions to scan moderation status
2 parents bbf3b31 + 4277ade commit 6b75c2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/src/environments/environments-all.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const allEnvironments = {
1010
'moderator:read:chatters', // Reads your chat and the chats of those you moderate
1111
'moderator:manage:banned_users', // Allow you to ban in your chat and those you moderate
1212
'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
13+
'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.
1415
]
1516
]
1617
}

0 commit comments

Comments
 (0)