-
-
Notifications
You must be signed in to change notification settings - Fork 959
Expand file tree
/
Copy pathapp.json
More file actions
101 lines (101 loc) · 3.06 KB
/
app.json
File metadata and controls
101 lines (101 loc) · 3.06 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "B.M.B-TECH",
"description": "ʙᴇsᴛ ᴡʜᴀᴛsᴀᴘᴘ ʙᴏᴛ ᴅᴇᴠᴇʟᴏᴘᴇᴅ ʙʏ ʙᴍʙ ᴛᴇᴄʜ 🇹🇿",
"keywords": ["bot", "node", "baileys", "whatsapp"],
"logo": "https://files.catbox.moe/hflcbc.jpg",
"repository": "https://github.com/Dev-bmbtech/bmb-project",
"succes_url": "/",
"stack": "heroku-24",
"env": {
"PREFIX": {
"description": "choose your prefix of bot",
"value": ".",
"required": true
},
"AUTO_READ_STATUS": {
"description": "Your contact status will be read automatically(type on to active or off to deactive)",
"value": "on",
"required": false
},
"AUTO_READ": {
"description": "Your contact will be read messages automatically(type on to active or off to deactive)",
"value": "off",
"required": false
},
"ANTICALL": {
"description": "Enter on for your bot to auto reject calls",
"value": "off",
"required": false
},
"AUTO_REACT_STATUS": {
"description": "Enter on for your bot to auto like status",
"value": "on",
"required": true
},
"PUBLIC_MODE": {
"description": "type on to put your bot on public mode or off to put it on private mode",
"value": "on",
"required": false
},
"HEROKU_API_KEY": {
"description": "insert your heroku api-key (this is optionnal)",
"value": "HRKU-6930f8d0-3dde-4024-8bc5-ea03012e0fc1",
"required": false
},
"HEROKU_APP_NAME": {
"description": "insert your heroku APP NAME (put the name you put on top)",
"required": false
},
"SESSION_ID": {
"description": "put your session ID , the code you receive after scanning Qr code",
"value": "",
"required": true
},
"OWNER_NAME": {
"desc": "Your Name",
"required": false,
"value": "𝙱.𝙼.𝙱-𝚇𝙼𝙳"
},
"OWNER_NUMBER": {
"desc": "Your number , dont put '+' and put you area code(exemple of kenya '254')",
"required": true,
"value": "255767××××"
},
"STARTING_BOT_MESSAGE": {
"description": "if you don't want startting-bot-message put off else put on",
"required": true,
"value": "on"
},
"PRESENCE": {
"description": "Mark your presence: 1 online. 2 typing a message. 3 recording . Or leave the field blank to indicate your real state.",
"value": "2",
"required": false
},
"ANTIDELETE_PUBLIC": {
"description": "Show deleted messages publicly in chat (on = show to everyone, off = disabled)",
"value": "off",
"required": false
},
"ANTIDELETE_DM": {
"description": "Forward deleted messages to bot owner in DM (on = send to owner, off = disabled)",
"value": "off",
"required": false
},
"AUTO_BIO": {
"description": "Enable automatic bio update (on = active, off = deactive)",
"value": "on",
"required": false
}
},
"formation": {
"web": {
"quantity": 1,
"size": "basic"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}