-
Notifications
You must be signed in to change notification settings - Fork 4
/
app.json
30 lines (30 loc) · 907 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
{
"name": "Discord-MusicBot",
"description": "Very simple discord music bot with the discord.js with Song Name playing. It can able to play music with the song name by Charan#8318",
"logo": "https://c.tenor.com/HJvqN2i4Zs4AAAAj/milk-and-mocha-cute.gif",
"keywords": ["node", "discord", "youtube","music","bot"],
"image": "heroku/nodejs",
"buildpacks": [
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git"
},
{
"url": "heroku/nodejs"
}
],
"env": {
"TOKEN": {
"description": "The token copied in the first section.",
"required": "true"
},
"PREFIX": {
"description": "The prfix you want to use with the bot.",
"value": "!"
},
"SOUNDCLOUD_CLIENT_ID": {
"description": "The client id of soundcloud.",
"value": "dmDh7QSlmGpzH9qQoH1YExYCGcyYeYYC",
"required": "false"
}
}
}