-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathapp.json
22 lines (21 loc) · 1.44 KB
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "suhail-md",
"description": "I am Suhail-Md Whatsapp Chuddy Buddy built in NodeJs to make experience better\n\t if Any Problem : www.youtube.com/c/SuhailTechInfo",
"logo": "https://telegra.ph/file/d5b1c3544fedc23e11a06.jpg",
"repository": "https://github.com/SuhailTechInfo/web-qr",
"keywords": ["whatsappbot", "suhailMd", "suhail Md bot", "Suhail-Md", "SuhailMdWhatsaooBot", "SuhailWaBot","SuhailMD","Suhail Md Whatsapp Bot","multi device"],
"success_url": "/",
"buildpacks": [{ "url": "https://github.com/heroku/heroku-buildpack-nodejs#latest" } ],
"env": {
"PORT": {
"description": "Port for web app.4000,5000,3000... any!",
"value": "5000",
"required": false
},
"MESSAGE": {
"description": "set session id conformation message",
"value": "╔════◇\n║ *『 WAOW YOU CHOOSE SUHAIL-MD 』*\n║ _You complete first step to making Bot._\n╚════════════════════════╝\n╔═════◇\n║ 『••• 𝗩𝗶𝘀𝗶𝘁 𝗙𝗼𝗿 𝗛𝗲𝗹𝗽 •••』\n║ *Ytube:* _youtube.com/SuhailTechInfo_\n║ *Owner:* _https://wa.me/923184474176_\n║ *Note :*_Don't provide your SESSION_ID to_\n║ _anyone otherwise that can access chats_\n╚════════════════════════╝",
"required": false
}
}
}