-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapp.json
28 lines (28 loc) · 759 Bytes
/
app.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
{
"name": "Git the lines",
"description": "A Discord bot that prints out the lines referenced in a GitHub, GitLab, or BitBucket snippet link",
"repository": "https://github.com/dolphingarlic/git-the-lines",
"env": {
"BOT_PREFIX": {
"description": "Bot prefix",
"required": false
},
"DISCORD_TOKEN": {
"description": "Discord token",
"required": true
},
"GITHUB_TOKEN": {
"description": "Github token",
"required": false
},
"GITLAB_TOKEN": {
"description": "Gitlab token",
"required": false
},
"TOP_GG_TOKEN": {
"description": "Top.gg token",
"required": false
}
},
"keywords": ["bitbucket", "bot", "discord", "git", "github", "gitlab", "python"]
}