-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 731 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 731 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
26
27
28
{
"name": "Cosmic",
"description": "Mutli purpose discord bot written in rust",
"keywords": [
"Discord",
"Music",
"bot",
"mutlipurpose",
"rust"
],
"repository": "https://github.com/Sreyas-Sreelal/Cosmic",
"env": {
"COSMIC_TOKEN": {
"description": "Provide your bot token",
"value": ""
}
},
"buildpacks": [{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
}, {
"url": "https://github.com/appositum/heroku-buildpack-youtube-dl.git"
}, {
"url": "https://github.com/emk/heroku-buildpack-rust.git"
}, {
"url": "https://github.com/Crazycatz00/heroku-buildpack-libopus.git"
}
]
}