-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
remind.json
39 lines (39 loc) · 804 Bytes
/
remind.json
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
{
"name": "remind",
"description": "Create reminders for the future",
"integration_types": [
0,
1
],
"contexts": [
0,
1,
2
],
"options": [
{
"name": "add",
"description": "Add a new reminder",
"type": 1,
"options": [
{
"name": "time",
"description": "When you want to be reminded from now (3m = 3 minutes, 4h = 4 hours, 5d = 5 days)",
"type": 3,
"required": true
},
{
"name": "text",
"description": "The text you want to be reminded about",
"type": 3,
"required": true
}
]
},
{
"name": "manage",
"description": "Show your active reminders and optionally delete some of them",
"type": 1
}
]
}