-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathapp.json
More file actions
49 lines (48 loc) · 1.17 KB
/
app.json
File metadata and controls
49 lines (48 loc) · 1.17 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
{
"name": "BWM-XMD",
"description": "This is a simple whatsapp bot built with nodejs to make your WhatsApp enjoyable",
"keywords": [
"bot",
"whatsapp",
"BWM-XMD",
"whatsapp-stickers",
"anime",
"whatsapp-bot",
"Ibrahimadams",
"whatsapp",
"baileys",
"baileys-md",
"md-bot"
],
"website": "https://github.com/Bwmxmd254/BWM-XMD-GO#readme",
"repository": "https://github.com/Bwmxmd254/BWM-XMD-GO.git",
"logo": "https://files.catbox.moe/bkuj17.jpg",
"success_url": "/",
"env": {
"SESSION": {
"description": "Add your session id here",
"required": true
},
"OWNER_NUMBER": {
"description": "Put any phone numbers you want to be bot owner without + or spaces. Ex: 2547123456797",
"required": true
},
"DEVICE_MODE": {
"description": "Device mode: iPhone (plain text) or Android (full features with buttons)",
"value": "Android",
"required": true
}
},
"addons": [
{
"plan": "heroku-postgresql:essential-0",
"as": "DATABASE"
}
],
"buildpacks": [
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs.git"
}
],
"stack": "heroku-24"
}