-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathmanifest.yml
More file actions
46 lines (46 loc) · 1.63 KB
/
Copy pathmanifest.yml
File metadata and controls
46 lines (46 loc) · 1.63 KB
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": "Flavorpheus",
"description": "/cook",
"background_color": "#04264d",
"long_description": "run /cook to start a meeting in stardance. Currently this is euans bot and the code is private. It has no scopes beyond slash commands. the art is by Eleeza :) It just invites people to join you in a room with a JITSI instance"
},
"features": {
"bot_user": {
"display_name": "Flavorpheus",
"always_online": false
},
"slash_commands": [
{
"command": "/cook",
"url": "https://i00k8gsc08swowk00sc8o0o4.cooked.selfhosted.hackclub.com/cook",
"description": "lets cook",
"usage_hint": "use /cook to generate a meeting in stardance",
"should_escape": false
},
{
"command": "/cookout",
"url": "https://i00k8gsc08swowk00sc8o0o4.cooked.selfhosted.hackclub.com/cookout",
"description": "creates an invite to the users house in stardance",
"usage_hint": "use to publicly share an invite to your flavor town home",
"should_escape": false
}
]
},
"oauth_config": {
"scopes": {
"bot": [
"chat:write",
"commands",
"incoming-webhook",
"users:read",
"channels:history"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}