forked from almostSouji/github-interaction-worker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel.json
More file actions
24 lines (24 loc) · 756 Bytes
/
model.json
File metadata and controls
24 lines (24 loc) · 756 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
[
{
"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
},
{
"name": "repository",
"description": "Project repository (default: discord.js)",
"type": 3
},
{
"name": "owner",
"description": "Repository owner (default: discordjs)",
"type": 3
}
]
}
]