-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathslack-manifest.yml
95 lines (95 loc) · 2.42 KB
/
slack-manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
display_information:
name: orpheus
description: Howdy!
background_color: "#e42d42"
features:
bot_user:
display_name: orpheus
always_online: true
shortcuts:
- name: Test Flag post
type: message
callback_id: flag_comment
description: Flag this message for Community Team review
slash_commands:
- command: /address
url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
description: View/edit your address
should_escape: false
- command: /roll
url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
description: Roll a dice
usage_hint: 1d20
should_escape: true
- command: /airtable
url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
description: Get user's Airtable record
usage_hint: (admin only)
should_escape: true
- command: /my-email
url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
description: Check what address is used by HQ
should_escape: false
oauth_config:
redirect_urls:
- https://orpheus-bot-hackclub.herokuapp.com/oauth
scopes:
user:
- channels:history
- channels:write
- groups:history
- im:history
- mpim:history
- reactions:read
- users:read
- users:read.email
bot:
- calls:read
- calls:write
- channels:history
- channels:join
- channels:manage
- channels:read
- chat:write
- commands
- dnd:read
- files:read
- groups:history
- groups:read
- groups:write
- im:history
- im:read
- im:write
- mpim:history
- mpim:read
- mpim:write
- pins:write
- reactions:read
- reactions:write
- remote_files:read
- remote_files:share
- remote_files:write
- team:read
- users.profile:read
- users:read
- users:read.email
- users:write
- files:write
settings:
event_subscriptions:
request_url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
user_events:
- message.channels
bot_events:
- message.channels
- message.groups
- message.im
- message.mpim
- reaction_added
- user_change
interactivity:
is_enabled: true
request_url: https://orpheus-bot-hackclub.herokuapp.com/slack/receive
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false