-
Notifications
You must be signed in to change notification settings - Fork 286
/
app.json
77 lines (76 loc) · 2.07 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
{
"name": "XLICON-V4-MD",
"description": "WhatsApp Bot Using Lib Baileys",
"repository": "https://github.com/salmanytofficial/XLICON-V4-MD",
"logo": "https://iili.io/dET3ukX.md.png",
"keywords": ["muti-device"],
"stack": "container",
"formation": {
"worker": {
"quantity": 1,
"size": "Standard-2X"
}
},
"env": {
"SESSION_ID": {
"description": "Enter session id here; must start with XLICON-V4~",
"required": true
},
"BOT_NAME": {
"value": "XLICON-V4-MD",
"description": "Bot Name",
"required": true
},
"OWNER_NUMBER": {
"value": "923184070915",
"description": "Owner Number",
"required": true
},
"OWNER_NAME": {
"value": "𝙎𝙖𝙡𝙢𝙖𝙣 𝘼𝙝𝙢𝙖𝙙",
"description": "Owner Name",
"required": true
},
"PACK_NAME": {
"value": "𝘼𝙃𝙃𝙈𝙄 𝙆𝙐𝙉",
"description": "Sticker Package Name",
"required": false
},
"AUTHOR_NAME": {
"value": "MΛDΣ BY 𝙎𝘼𝙇𝙈𝘼𝙉 𝘼𝙃𝙈𝘼𝘿",
"description": "Sticker Author Name",
"required": false
},
"PREFIX": {
"value": ".",
"description": "Bot Prefix",
"required": true
},
"PREMIUM_NUMBER": {
"value": "923184070915",
"description": "Premium User IDs (comma-separated)",
"required": true
},
"MENU_TYPE": {
"value": "v2",
"description": "Menu Type (v1/v2)",
"required": false
},
"AUTOBLOCK_COUNTRYCODE": {
"value": "212",
"description": "Auto-Block Country Code",
"required": false
},
"ANTIFOREIGN_COUNTRYCODE": {
"value": "91",
"description": "Anti-Foreign Number Country Code",
"required": false
}
},
"buildpacks": [
{ "url": "heroku/nodejs" },
{ "url": "https://github.com/DuckyTeam/heroku-buildpack-imagemagick.git" },
{ "url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest" },
{ "url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git" }
]
}