forked from XdKing2/MALVIN-XD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
62 lines (51 loc) · 1.47 KB
/
app.json
File metadata and controls
62 lines (51 loc) · 1.47 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
59
60
61
62
{
"name": "ᴍᴀʟᴠɪɴ-xᴅ",
"description": "Javascript WhatsApp bot made by ᴍᴀʟᴠɪɴ ᴋɪɴɢ",
"logo": "https://files.catbox.moe/qumhu4.jpg",
"keywords": ["MALVIN XD"],
"success_url": "/",
"stack": "container",
"env": {
"SESSION_ID": {
"description": "Put your SESSION_ID here. Make sure it starts with malvin~",
"value":"",
"required": true
},
"BOT_NAME": {
"description": "write here your bot name.",
"required": true,
"value": "ᴍᴀʟᴠɪɴ xᴅ"
},
"PREFIX": {
"description": "Bot command prefix, (e.g, . , ! @ etc",
"value": "."
"required": true,
},
"MODE": {
"description": "Bot mode can be public, private, inbox or groups in small letters (e.g, public)",
"value":"private",
"required": true
},
"DESCRIPTION": {
"description": "add caption for menu and other",
"value": "> *© ᴘᴏᴡᴇʀᴇᴅ ʙʏ ᴍᴀʟᴠɪɴ xᴅ*",
"required": true
},
"OWNER_NUMBER": {
"description": "put the owner number for bot.",
"value": "263714757857"
"required": true
},
"OWNER_NAME": {
"description": "Enter your name here",
"value": "",
"required": true
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}