-
Notifications
You must be signed in to change notification settings - Fork 45
/
base_bot_manifest.yml
74 lines (74 loc) · 2.04 KB
/
base_bot_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
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
---
_metadata:
major_version: 1
minor_version: 1
display_information:
name: OC-Community-Pybot
features:
bot_user:
display_name: OC-Community-Pybot
always_online: true
slash_commands:
- command: /mentor_request
url: https://oc-pybot-production.herokuapp.com/slack/events
description: Request a Mentor
should_escape: false
- command: /new_join
url: https://oc-pybot-production.herokuapp.com/slack/events
description: New join testing
should_escape: false
- command: /report
url: https://oc-pybot-production.herokuapp.com/slack/events
description: Sends a report to the moderation team
should_escape: false
- command: /join-blacks-in-tech
url: https://oc-pybot-production.herokuapp.com/slack/events
description: Sends a request to join the blacks-in-tech channel
should_escape: false
- command: /join-pride
url: https://oc-pybot-production.herokuapp.com/slack/events
description: Sends a request to join the operation-pride channel.
should_escape: false
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- channels:join
- channels:read
- chat:write
- chat:write.public
- commands
- emoji:read
- files:read
- groups:read
- groups:write
- im:write
- im:history
- links:read
- mpim:write
- mpim:history
- pins:read
- remote_files:read
- team.preferences:read
- team:read
- usergroups:read
- users.profile:read
- users:read
- users:read.email
settings:
event_subscriptions:
request_url: https://oc-pybot-production.herokuapp.com/slack/events
bot_events:
- app_mention
- member_joined_channel
- message.channels
- message.im
- message.mpim
- team_join
interactivity:
is_enabled: true
request_url: https://oc-pybot-production.herokuapp.com/slack/events
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false