Skip to content

Commit f7dc7ee

Browse files
Merge pull request #30 from nullinside-development-group/feature/AddChatPermissions
Adding permission to connect to twitch IRC channel
2 parents 6b75c2e + c9f3987 commit f7dc7ee

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/src/environments/environments-all.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ export const allEnvironments = {
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
1313
'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
1519
]
1620
]
1721
}

0 commit comments

Comments
 (0)