-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmodel.json
More file actions
25 lines (25 loc) · 797 Bytes
/
Copy pathmodel.json
File metadata and controls
25 lines (25 loc) · 797 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
[
{
"name": "github",
"description": "Query an issue, pullrequest or commit-like from the provided repository",
"options": [
{
"name": "query",
"description": "Issue, PR number, commit-like expression or direct link to a GitHub Issue or PR",
"type": 3,
"required": true,
"autocomplete": true
},
{
"name": "repository",
"description": "Project repository (default: discord.js)",
"type": 3
},
{
"name": "owner",
"description": "Repository owner (default: discordjs)",
"type": 3
}
]
}
]