-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yml
80 lines (80 loc) · 2.1 KB
/
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
75
76
77
78
79
80
display_information:
name: Gengar Bark
description: gengar bark bark
background_color: "#5c1582"
features:
app_home:
home_tab_enabled: false
messages_tab_enabled: true
messages_tab_read_only_enabled: false
bot_user:
display_name: Gengar Bark
always_online: false
slash_commands:
- command: /say
url: https://gengar-bark-next.vercel.app/api/say
description: anonymous saying
usage_hint: "[ love bob ]"
should_escape: true
- command: /watch
url: https://gengar-bark-next.vercel.app/api/watch
description: status changing
usage_hint: "[ add/rm ID(s), ls ]"
should_escape: false
- command: /message
url: https://gengar-bark-next.vercel.app/api/message
description: vocal
usage_hint: "[ rm url ]"
should_escape: false
- command: /ai
url: https://gengar-bark-next.vercel.app/api/ai
description: 🤖
usage_hint: "[ ? ]"
should_escape: false
- command: /bob
url: https://gengar-bark-next.vercel.app/api/bob
description: 🥰
usage_hint: cheesy pickup lines
should_escape: false
- command: /ci
url: https://gengar-bark-next.vercel.app/api/ci
description: ci build watch
usage_hint: "[ repo branch ]"
should_escape: false
oauth_config:
redirect_urls:
- https://gengar-bark-next.vercel.app/api/path
scopes:
user:
- users.profile:read
- users.profile:write
bot:
- app_mentions:read
- channels:history
- channels:read
- chat:write
- chat:write.public
- commands
- emoji:read
- groups:history
- groups:read
- groups:write
- im:history
- im:read
- users:read
- users:read.email
- im:write
settings:
event_subscriptions:
request_url: https://gengar-bark-next.vercel.app/api/event
bot_events:
- app_mention
- channel_archive
- channel_created
- emoji_changed
- team_join
- user_change
- user_status_changed
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false