app.json 631 B

12345678910111213141516171819
  1. {
  2. "name": "Dexter-Bots",
  3. "description": "discord music bot with the discord.js with Song Name playing. It can able to play music with the song name",
  4. "repository": "not Valable",
  5. "logo": "https://cdn.discordapp.com/avatars/750613142488481843/e6326038dbe2243ca551ba5b6ecd8bf2.png?size=1024",
  6. "keywords": ["node", "discord", "youtube", "music", "bot", "lavalink", "dashboard"],
  7. "image": "heroku/nodejs",
  8. "buildpacks": [
  9. {
  10. "url": "heroku/nodejs"
  11. }
  12. ],
  13. "env": {
  14. "Token": {
  15. "description": "Not Valable",
  16. "required": "false"
  17. }
  18. }
  19. }