forked from KING-BOT-OFFICIAL/KING-BOT-MD-V1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
76 lines (76 loc) · 2.46 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
{
"name": "KING BOT - MD V1",
"description": "⎝🔥𝚱𝚰𝚴G🔥⎠ ᴡʜᴀᴛꜱᴀᴘᴘ ᴜꜱᴇʀ ʙᴏᴛ ᴠ1.0.0",
"repository": "https://github.com/KING-BOT-OFFICIAL/KING-BOT-MD",
"logo": "https://telegra.ph/file/24b9b8507613125d34bd1.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"env": {
"ALIVE_MASSAGE": {
"description": "දැම්මෙ නෑ කියලා අවුලක් නෑ...",
"required": true,
"value":""
},
"OWNER_NUMBER": {
"description": "ඔයාගෙ නම්බර් එක දාන්න..",
"required": true,
"value":"94729352830"
},
"OWNER_NAME": {
"description": "ඔයාගෙ නම දාන්න...",
"required": true,
"value":"ШHłТΞ HΛϾКΞЯS"
},
"BOT_NAME": {
"description": "බොට්ගෙ නම...",
"required": true,
"value":"[🇱🇰𝚱𝚰𝚴G 𝛃𝚯𝚪🤘] ᎷᎠ"
},
"STICKER_PACKAGE": {
"description": "sticker පැකේජ් name එක දාන්න...",
"required": true,
"value":"[🇱🇰𝚱𝚰𝚴G 𝛃𝚯𝚪🤘]"
},
"SESSION_NAME": {
"description": "වෙනස් කරන්නම එපා...",
"required": true,
"value":"session"
},
"SONG_DOWNLOAD": {
"description": "",
"required": true,
"value":"_*I'm Searching your song*_ ✨➾🔎"
},
"SOND_UPLOAD": {
"description": "",
"required": true,
"value":"_*I'm Uploading your song*_ ✨➾🎲"
},
"VIDEO_DOWNLOAD": {
"description": "",
"required": true,
"value":"_*I'm Bringing your song*_ ✨➾🔎"
},
"VIDEO_UPLOAD": {
"description": "",
"required": true,
"value":"_*I'm Uploading your song*_ ✨➾🎲"
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
}
],
"formation": {
"worker": {
"quantity": 1,
"size": "free"
}
}
}