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.
1 parent 6ea075d commit 5e4d71fCopy full SHA for 5e4d71f
src/src/environments/environments-all.ts
@@ -15,7 +15,9 @@ export const allEnvironments = {
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
+ 'channel:bot', // Allows bot to connect to chat channel and perform bot actions
19
+ 'user:bot', // Allows bot to connect to chat channel and perform bot actions
20
+ 'channel:read:subscriptions' // Allows us to use webhooks to read chat
21
]
22
23
}
0 commit comments