-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmanifest.yaml
59 lines (59 loc) · 1.59 KB
/
manifest.yaml
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
display_information:
name: Prox2
description: "Submit confessions to me anonymously. Type /prox2 in #confessions
to get started!"
background_color: "#1a49d6"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: Prox2
always_online: false
shortcuts:
- name: React anonymously
type: message
callback_id: react_anonymous
description: React to a message anonymously
- name: Reply anonymously
type: message
callback_id: reply_anonymous
description: Reply to a message anonymously
slash_commands:
- command: /prox2
url: https://prox2.vercel.app/api/prox2
description: Submit a confession anonymously
usage_hint: "[message]"
should_escape: true
- command: /prox2-revive
url: https://prox2.vercel.app/api/prox2_revive
description: Revives unviewed confessions
should_escape: true
oauth_config:
scopes:
bot:
- chat:write
- commands
- emoji:read
- im:history
- im:read
- im:write
- mpim:write
- reactions:write
- users:read
- channels:history
- groups:history
settings:
event_subscriptions:
request_url: https://prox2.vercel.app/api/events
bot_events:
- message.im
interactivity:
is_enabled: true
request_url: https://prox2.vercel.app/api/interaction
message_menu_options_url: https://prox2.vercel.app/api/emoji_suggest
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
is_hosted: false