-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathroll.json
More file actions
38 lines (38 loc) · 760 Bytes
/
roll.json
File metadata and controls
38 lines (38 loc) · 760 Bytes
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
{
"name": "roll",
"description": "Roll the Taylor Machine for a chance to win taypoints",
"integration_types": [
0,
1
],
"contexts": [
0,
1,
2
],
"options": [
{
"name": "play",
"description": "Roll the Taylor Machine for a chance to win taypoints",
"type": 1
},
{
"name": "profile",
"description": "Show a roll player's track record",
"type": 1,
"options": [
{
"name": "user",
"description": "The user to see the profile for, default you",
"type": 6,
"required": false
}
]
},
{
"name": "leaderboard",
"description": "Show the current server's roll leaderboard",
"type": 1
}
]
}