spogulis no https://github.com/calexil/BansheeBot
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
27 rindas
428 B
27 rindas
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" |
|
} |
|
] |
|
}
|
|
|