2021-06-12 13:16:08 +02:00
|
|
|
{
|
2021-11-18 18:56:42 +01:00
|
|
|
"name": "NYX - CODM Bot",
|
2021-06-12 13:16:08 +02:00
|
|
|
"description": "Host cath.exe through Heroku",
|
2021-11-18 18:56:42 +01:00
|
|
|
"keywords": ["bot", "nyx", "codm", "discord", "gunsmith"],
|
2021-06-12 13:16:08 +02:00
|
|
|
"repository": "https://github.com/night0721/cath.exe",
|
|
|
|
"env": {
|
|
|
|
"TOKEN": {
|
|
|
|
"description": "Bot Token from https://discord.com/developers/applications",
|
|
|
|
"value": ""
|
|
|
|
},
|
|
|
|
"MONGO": {
|
|
|
|
"description": "MongoDB URI from https://mongodb.com/",
|
|
|
|
"value": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"buildpacks": [
|
|
|
|
{
|
|
|
|
"url": "heroku/nodejs"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|