-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.yml
38 lines (38 loc) · 933 Bytes
/
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
display_information:
name: Duty Bot
description: Supporting Duty teams since 2019
background_color: "#1e4387"
features:
bot_user:
display_name: Duty Bot
always_online: false
shortcuts:
- name: Update Duty Member
type: message
callback_id: update_duty_member
description: Updates the message to display the correct Duty Member
oauth_config:
scopes:
bot:
- channels:join
- channels:read
- chat:write
- groups:write
- chat:write.public
- users:read.email
- users:read
- team:read
- mpim:read
- im:read
- im:write
- mpim:history
- mpim:write
- im:history
- commands
settings:
interactivity:
is_enabled: true
request_url: https://vprxrywgdk.execute-api.us-west-2.amazonaws.com/default/updateDutyMessage
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false