-
Notifications
You must be signed in to change notification settings - Fork 18
/
app.json
36 lines (36 loc) · 845 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
29
30
31
32
33
34
35
36
{
"name": "Red-DiscordBot",
"description": "A shitty & limited Heroku implementation",
"keywords": [
"discord",
"bot",
"red"
],
"website": "https://cogs.red/",
"logo": "https://i.imgur.com/B470Uqu.png",
"env": {
"TOKEN": {
"description": "Discord Bot Token"
},
"PREFIX": {
"description": "The prefix with which you summon RedDiscord-Bot.",
"value": "~"
},
"OPTIONAL_ARGS": {
"description": "Optional arguments for advanced users. E.g. --load-cogs [LOAD_COGS [LOAD_COGS ...]] --owner 1234567890 --mentionable",
"value": "",
"required": false
}
},
"addons": [
"mongolab"
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-java"
},
{
"url": "https://github.com/heroku/heroku-buildpack-python"
}
]
}