-
Notifications
You must be signed in to change notification settings - Fork 318
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 829 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "MK-Bot",
"description": "WhatsApp Bot by Malvin King",
"logo": "https://files.catbox.moe/641pvo.jpg",
"repository": "https://github.com/XdKing2/Mk-bot",
"keywords": ["whatsapp-bot", "malvin-king", "mk-bot"],
"success_url": "/",
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs#latest"
}
],
"env": {
"SESSION_ID": {
"description": "Your session ID (starcore~)",
"required": true
},
"OWNER_NUMBER": {
"description": "Bot owner's phone number",
"required": true
},
"BOT_MODE": {
"description": "Bot mode: public or self",
"value": "public",
"required": true
}
}
}