123456789101112131415161718192021222324252627 |
- {
- "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"
- }
- ]
- }
|