Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasrullahmalik authored Dec 25, 2023
1 parent 55d3fe7 commit 7766537
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "whatsapp-bot (GURU-BOT)",
"description": " Whatsapp bot.",
"name": "whatsapp-bot-md (Mr-Malik)",
"description": " Whatsapp bot md.",
"keywords": [
"whatsapp bot"
"whatsapp bot md"
],
"repository": "https://github.com/Guru322/GURU-BOT",
"repository": "https://github.com/malikexperts/Mr-Malik-Md",
"stack": "container",
"env": {
"DATABASE_URL": {
Expand All @@ -13,7 +13,7 @@
"value": ""
},
"SESSION_ID": {
"description": "your session id",
"description": "your session id,sent on your WA number",
"required": true,
"value": ""
},
Expand Down Expand Up @@ -42,4 +42,4 @@
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
]
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gurubot",
"version": "2.0.0",
"description": "Advanced WhatsApp Bot",
"name": "Mr-Malik-MD",
"version": "1.0.0",
"description": "Multi Device WA User Bot",
"main": "index.js",
"type": "module",
"directories": {
Expand All @@ -14,27 +14,27 @@
"test": "node test.js"
},
"keywords": [
"termux-whatsapp-bot",
"whatsapp-ai-bot",
"whatsapp-bot",
"whatsapp",
"js-whatsapp",
"whatsapp-MD",
"whatsapp",
"guru-bot",
"GURU-bot-md",
"mr-malik-bot",
"Mr-malik-md",
"multi-device",
"MD",
"baileys-md"
],
"homepage": "https://github.com/Guru322/GURU-BOT",
"homepage": "https://github.com/malikexperts/Mr-Malik-Md",
"author": {
"name": "GURU"
"name": "Malik-Experts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Guru322/GURU-BOT.git"
"url": "git+https://github.com/malikexperts/Mr-Malik-Md.git"
},
"bugs": {
"url": "https://github.com/Guru322/GURU-BOT/issues"
"url": "https://github.com/malikexperts/Mr-Malik-Md/issues"
},
"license": "Apache License 2.0",
"dependencies": {
Expand Down Expand Up @@ -110,4 +110,4 @@
"overrides": {
"cache-manager": "5.2.2"
}
}
}

0 comments on commit 7766537

Please sign in to comment.