-
Notifications
You must be signed in to change notification settings - Fork 33
/
app_manifest.yaml
92 lines (92 loc) · 2.87 KB
/
app_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
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
display_information:
name: hakkuun
description: haii frenn, heidi hakkuun here!! have you run /hack yet??
background_color: "#171717"
long_description: though it looks like they have opposable thumbs, like many mammals they can't manipulate objects with only one hand. this one uses them to waste tokens at the claw machine in hopes of fishing up a new plush friend.
features:
bot_user:
display_name: hakkuun
always_online: false
slash_commands:
- command: /hack
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Start a Hack Session
should_escape: true
- command: /hour
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Start a Hack Session
should_escape: true
- command: /arcade
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Start a Hack Session
should_escape: true
- command: /cancel
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Cancel Current Session
should_escape: false
- command: /pause
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Pauses current session
should_escape: false
- command: /start
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Starts current session
should_escape: false
- command: /admin
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: admin
should_escape: false
- command: /shop
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Opens the shop
should_escape: false
- command: /api
url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
description: Opens the shop
should_escape: false
oauth_config:
scopes:
user:
- chat:write
bot:
- channels:history
- channels:join
- channels:write.topic
- chat:write
- chat:write.customize
- chat:write.public
- commands
- files:read
- groups:history
- groups:read
- groups:write
- groups:write.topic
- im:history
- im:read
- im:write
- links.embed:write
- links:read
- links:write
- mpim:history
- mpim:read
- mpim:write
- reactions:read
- reactions:write
- remote_files:share
- usergroups:read
- usergroups:write
- users:read
- users:read.email
- channels:read
settings:
event_subscriptions:
request_url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
bot_events:
- message.channels
- reaction_added
interactivity:
is_enabled: true
request_url: https://hackhour-9870d80cb898.herokuapp.com/slack/events/
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false