Skip to content

Commit 429bce3

Browse files
authored
add required scopes (#1273)
1 parent 6d0fc0a commit 429bce3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

slack/utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export const SCOPES = [
77
"users:read.email",
88
"app_mentions:read",
99
"channels:join",
10+
"groups:read",
1011
];
1112

1213
export const API_URL = "https://slack.com/api";

0 commit comments

Comments
 (0)