app.json 490 B

123456789101112131415161718
  1. {
  2. "name": "Kantu-Bot",
  3. "description": "Super Bot WhatsApp",
  4. "repository": "https://github.com/elrebelde21/The-LoliBot-MD",
  5. "logo": "https://i.imgur.com/8fK4h6F.jpg",
  6. "keywords": ["java", "bot", "whatsapp-bot", "whatsapp-automation"],
  7. "buildpacks": [
  8. {
  9. "url": "heroku/nodejs"
  10. },
  11. {
  12. "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
  13. },
  14. {
  15. "url": "https://github.com/bogini/heroku-buildpack-graphicsmagick"
  16. }
  17. ]
  18. }