Skip to content

Commit

Permalink
[ Jessi-md 4.8.2 ⏱️ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteshadowofficial authored Jan 15, 2024
1 parent 783ec05 commit 52494f4
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
{
"name": "Jessi-md",
"description": "Basic WhatsApp Bot",
"description": "Whatsapp bot. recode by White Shadow Ofc",
"keywords": [
"whatsapp bot",
"nodejs"
],
"repository": "https://github.com/whiteshadowofficial/Jessi-md",
"logo": "https://i.ibb.co/jLnr3K9/20231025-195821.jpg",
"keywords": ["bot", "whatsapp", "whatsapp-bot", "rpg", "games-wabot", "epic rpg"],
"env": {
"SESSION_ID": {
"description": "Put your session id here",
"required": true,
"value": ""
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/bogini/heroku-buildpack-graphicsmagick"
}
]
]
}

0 comments on commit 52494f4

Please sign in to comment.