Skip to content

Commit 4beed53

Browse files
authored
Allow slack bot to be reached via DM (#1299)
1 parent 4e57da7 commit 4beed53

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

slack/utils/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ export const SCOPES = [
88
"app_mentions:read",
99
"channels:join",
1010
"groups:read",
11+
"im:history,
12+
"im:read",
13+
"im:write",
1114
];
1215

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

0 commit comments

Comments
 (0)