-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
45 lines (45 loc) · 1.72 KB
/
app.json
File metadata and controls
45 lines (45 loc) · 1.72 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "nothing-ben",
"description": "Ben bot Is a Simple WA Bot Using Library Baileys",
"logo": "https://files.catbox.moe/4i7dp7.jpg",
"keywords": ["bot", "WhatsApp", "JavaScript"],
"success_url": "/",
"stack": "heroku-24",
"env": {
"SESSION_ID": {
"description": "Put your SESSION_ID here.",
"value": ""
},
"PREFIX": {
"description": "Enter your desired prefix for bot. You can set `all | . | .!*`",
"value": "."
},
"OWNER_NUMBER": {
"description": "The phone numbers of the users who you want to be admin for the bot (should be in international format without + and multiple numbers must be separated by a comma like 93730285765,93744215959.... \",\").",
"value": "93744215959"
},
"BOT_MODE": {
"description": "Bot mode can be: public, private, inbox, or group (all lowercase). public: everyone can use the bot. private: only owner and bot itself. inbox: only in private chat by owner/bot. group: only in groups by users, but bot/owner can use it anywhere.",
"value": "public"
},
"WELCOME": {
"description": "true for auto welcome future in group false for off",
"value": "false"
},
"ANTIBOT": {
"description": "Set true to Automatically deletes bot commands sent by users and warns them To Enable put true and to disable put false (e.g, true)",
"value": "false",
"required": false
},
"ANTILINK": {
"description": "Set true to Deletes messages containing links and warns the user To Enable put true and to disable put false (e.g, true)",
"value": "false",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
]
}