Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/src/environments/environments-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ export const allEnvironments = {
'moderator:manage:banned_users', // Allow you to ban in your chat and those you moderate
'channel:manage:moderators', // Allows us to make the bot account a moderator for them
'moderation:read', // Allows us to check who is a moderator
'user:read:moderated_channels' // Allows the bot to check what channels it moderates. Doesn't hurt to have this from the user.
'user:read:moderated_channels', // Allows the bot to check what channels it moderates. Doesn't hurt to have this from the user.
'chat:read', // Allows bot to connect to chat channel and receive messages
'chat:edit', // Allows bot to connect to chat channel and send messages
'channel:moderate', // Allows bot to connect to chat channel and perform moderator functions
'channel:bot' // Allows bot to connect to chat channel and perform bot actions
]
]
}