File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ export const allEnvironments = {
11
11
'moderator:manage:banned_users' , // Allow you to ban in your chat and those you moderate
12
12
'channel:manage:moderators' , // Allows us to make the bot account a moderator for them
13
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.
14
+ 'user:read:moderated_channels' , // Allows the bot to check what channels it moderates. Doesn't hurt to have this from the user.
15
+ 'chat:read' , // Allows bot to connect to chat channel and receive messages
16
+ 'chat:edit' , // Allows bot to connect to chat channel and send messages
17
+ 'channel:moderate' , // Allows bot to connect to chat channel and perform moderator functions
18
+ 'channel:bot' // Allows bot to connect to chat channel and perform bot actions
15
19
]
16
20
]
17
21
}
You can’t perform that action at this time.
0 commit comments