-
Notifications
You must be signed in to change notification settings - Fork 0
/
command.json
41 lines (41 loc) · 1.39 KB
/
command.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
40
41
[
{
"type": 1,
"name": "misskey",
"description": "Misskey integration command",
"options": [
{
"type": 2,
"name": "ads",
"description": "Misskey ads command",
"options": [
{
"type": 1,
"name": "create",
"description": "create Misskey ads",
"options": [
{
"type": 3,
"name": "url",
"description": "URL which ad link to",
"description_localizations": {
"ja": "広告のリンク先URL"
},
"required": true
},
{
"type": 11,
"name": "image",
"description": "image",
"description_localizations": {
"ja": "画像"
},
"required": true
}
]
}
]
}
]
}
]