forked from GoodnessObilom/Arch-md
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
58 lines (58 loc) · 1.79 KB
/
app.json
File metadata and controls
58 lines (58 loc) · 1.79 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": "Arch Md",
"description": "A multi device functional bot",
"logo": "https://files.catbox.moe/ppo9qv.jpg",
"keywords": ["Wabot", "WhatsApp", "nodejs"],
"success_url": "/",
"stack": "heroku-24",
"env": {
"PREFIX": {
"description": "Enter your desired prefix for bot. You can set make sure it a single prefix `| . | .!*`",
"value": "."
},
"STARTUP_MSG": {
"description": "it will send a connection message when the bot is connected or when it restart.",
"value": "false",
"required": false
},
"OWNER_NAME": {
"description": "put your bot owner nane here",
"value": "",
"required": false
},
"TIME_ZONE": {
"description": "set your desired timezone continuent follow by your city mistake might cause error in console",
"value": "Africa/Lagos",
"required": false
},
"MENU_TYPE": {
"description": "set your desired menu type v1 for thumbnail menu, v2 for no image and thumbnail v3 for only image menu",
"value": "v2",
"required": true
},
"BOT_NAME": {
"description": "set your desired bot name.",
"value": "",
"required": false
},
"OWNER_NUMBER": {
"description": "The phone numbers of the users who you want to be admin for the bot (should be in international format without + \",\").",
"value": "2349152662959"
},
"ONLYGC_MSG": {
"description": "set your desired message when the bot mode is set to only group",
"value": "",
"required": false
},
"ONLYPC_MSG": {
"description": "set your desire message when the bot mode is set to only private chat",
"value": "",
"required": false
}
},
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
]
}