forked from Nimeshkamihiran/neno-xmd-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (47 loc) · 1.27 KB
/
app.json
File metadata and controls
49 lines (47 loc) · 1.27 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
46
47
48
49
{
"name": "NENO XMD",
"description": "BY NIMESHKA MIHIRAN",
"logo": "https://files.catbox.moe/otyxoi.jpg",
"keywords": ["bot"],
"success_url": "/",
"env": {
"SESSION_ID": {
"description": "Put your session-id here.",
"required": true
},
"OWNER_NUM": {
"description": "Your WhatsApp number including country code (e.g., 263XXXXXXXX).",
"required": true
},
"PREFIX": {
"description": "Command prefix (default: .)",
"required": false
},
"AUTO_READ_STATUS": {
"description": "Set to true to enable auto-read of WhatsApp statuses.",
"required": false
},
"AUTO_REACT_STATUS": {
"description": "Set to true to enable auto-reaction to statuses.",
"required": false
},
"AUTO_STATUS_LIKE": {
"description": "Set to true to enable auto-like for statuses (if supported).",
"required": false
},
"AUTO_RECORDING": {
"description": "Set to true to show recording presence when typing.",
"required": false
},
"Mode": {
"description": "Set bot mode: public / private / groups / inbox",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}