forked from hackclub/hack-hour
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev_manifest.json
122 lines (122 loc) · 4.33 KB
/
dev_manifest.json
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"display_information": {
"name": "heidi",
"description": "haii, im heidi and im the hakkuun! i like trashy trash and taking your time",
"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. it 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://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Start a Hack Session",
"usage_hint": "[what you're working on]",
"should_escape": true
},
{
"command": "/cancel",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Cancel Current Session",
"should_escape": false
},
{
"command": "/mystats",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "View your stats",
"should_escape": false
},
{
"command": "/pause",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Pauses current session",
"should_escape": false
},
{
"command": "/start",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Starts current session",
"should_escape": false
},
{
"command": "/extend",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Extends current session",
"usage_hint": "[minutes]",
"should_escape": false
},
{
"command": "/admin",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "admin",
"should_escape": false
},
{
"command": "/sessions",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Views your sessions",
"should_escape": false
},
{
"command": "/shop",
"url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"description": "Opens the shop",
"should_escape": false
}
]
},
"oauth_config": {
"scopes": {
"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"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://optimum-stork-daily.ngrok-free.app/slack/events",
"bot_events": [
"message.channels",
"reaction_added"
]
},
"interactivity": {
"is_enabled": true,
"request_url": "https://optimum-stork-daily.ngrok-free.app/slack/events"
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}