-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmanifest.json
58 lines (58 loc) · 1.67 KB
/
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
{
"display_information": {
"name": "dinopoll",
"description": "Quick and easy polling for Hack Club!",
"background_color": "#2c2d30"
},
"features": {
"bot_user": {
"display_name": "dinopoll",
"always_online": false
},
"slash_commands": [
{
"command": "/dinopoll",
"url": "https://dinopoll.host.calebdenio.me/slack/events",
"description": "Create a Dinopoll!",
"should_escape": false
},
{
"command": "/dinopoll-toggle",
"url": "https://dinopoll.host.calebdenio.me/slack/events",
"description": "Toggle a Dinopoll",
"should_escape": false
}
],
"workflow_steps": [
{
"name": "Create a poll",
"callback_id": "create_poll_workflow_step"
}
]
},
"oauth_config": {
"scopes": {
"bot": [
"chat:write",
"chat:write.public",
"commands",
"workflow.steps:execute"
]
}
},
"settings": {
"event_subscriptions": {
"request_url": "https://dinopoll.host.calebdenio.me/slack/events",
"bot_events": [
"workflow_step_execute"
]
},
"interactivity": {
"is_enabled": true,
"request_url": "https://dinopoll.host.calebdenio.me/slack/events"
},
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}