-
Notifications
You must be signed in to change notification settings - Fork 7
/
slack-manifest.yml
46 lines (46 loc) · 1.08 KB
/
slack-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
39
40
41
42
43
44
45
46
display_information:
name: Slax
features:
bot_user:
display_name: Slax
always_online: false
shortcuts:
- name: Token
type: global
callback_id: access_token
description: Register access token
- name: Set Default Repo
type: global
callback_id: set_default_repo
description: Set a default repository for a Slack Channel
- name: Slax Disable
type: global
callback_id: slax_disable
description: Disable Slax in a specific channel
- name: Slax Enable
type: global
callback_id: slax_enable
description: Enable Slax in a specific channel
slash_commands:
- command: /poker
description: poker
should_escape: false
oauth_config:
scopes:
user:
- channels:history
bot:
- channels:history
- chat:write
- chat:write.public
- commands
- channels:read
settings:
event_subscriptions:
user_events:
- message.channels
interactivity:
is_enabled: true
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false