-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
26 lines (26 loc) · 832 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
{
"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",
"repository": "https://github.com/SudhanPlayz/Discord-MusicBot",
"logo": "https://cdn.discordapp.com/avatars/750613142488481843/e6326038dbe2243ca551ba5b6ecd8bf2.png?size=1024",
"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": "!"
}
}
}