You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
428 B
27 lines
428 B
{ |
|
"name": "BansheeBot", |
|
"description": "A simple bot that reads the song info from the currently playing track and displays it in a Discord channel.", |
|
"scripts": { |
|
}, |
|
"env": { |
|
"BOT_TOKEN": { |
|
"required": true |
|
} |
|
}, |
|
"formation": { |
|
"worker": { |
|
"quantity": 1 |
|
}, |
|
"web": { |
|
"quantity": 1 |
|
} |
|
}, |
|
"addons": [ |
|
|
|
], |
|
"buildpacks": [ |
|
{ |
|
"url": "heroku/nodejs" |
|
} |
|
] |
|
}
|
|
|