Skip to content

Commit 5e4d71f

Browse files
Permission updates
1 parent 6ea075d commit 5e4d71f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/src/environments/environments-all.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ export const allEnvironments = {
1515
'chat:read', // Allows bot to connect to chat channel and receive messages
1616
'chat:edit', // Allows bot to connect to chat channel and send messages
1717
'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
18+
'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
1921
]
2022
]
2123
}

0 commit comments

Comments
 (0)