-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (51 loc) · 1.33 KB
/
Copy pathapp.json
File metadata and controls
58 lines (51 loc) · 1.33 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
50
51
52
53
54
55
56
57
58
{
"name": "SUHO-MD",
"description": "Javascript WhatsApp bot made by Mr Sung",
"logo": "https://files.catbox.moe/vcofni.jpg",
"keywords": ["Sung-Suho-MD","LITE-XD"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Must Start with 'suho~'",
"required": true,
"value": ""
},
"BOT_NAME": {
"description": "write here your bot name.",
"required": true,
"value": "sᴜʜᴏ-ᴍᴅ"
},
"MODE": {
"description": "Set private/public/inbox/groups",
"required": false,
"value": "public"
},
"PREFIX": {
"description": "Your Bot Prefix (default: .) You can put your own custom prefix",
"required": true,
"value": "."
},
"OWNER_NAME": {
"description": "Put Owner Name Here",
"required": true,
"value": "ᴍᴀʟᴠɪɴ ᴋɪɴɢ"
},
"OWNER_NUMBER": {
"description": "Put only one Owner Number Here",
"required": true,
"value": "1(236)362-1958"
},
"PRESENCE": {
"description": "Put online/typing/recording/unavailable",
"required": true,
"value": "online"
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}