forked from modapakebota/Astro-MD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.json
188 lines (161 loc) · 4.41 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "VIHANA MD",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/vihangayt0/VihangaBot-MD-V2",
"logo": "https://telegra.ph/file/88d6fdeff08bbc4945901.jpg",
"keywords": ["nodejs", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"env": {
"WELCOME_AND_GOODBYE" :{
"description" : "IF YOU NEED TO OFF THIS TYPE : false",
"required" : true,
"value" : "true"
},
"RULES" :{
"description" : "Type Youre Rules",
"required" : true,
"value" : "NO BAD WORDS HEARE"
},
"AUTO_BIO" :{
"description" : "IF YOU NEED TO OFF THIS TYPE : false",
"required" : true,
"value" : "true"
},
"INBOXBLOCK" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"ANTIBAD" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"ANTIVIEWONCE" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"ANTILINK" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"GROUP_ONLY_MSG" :{
"description" : "TYPE ONLY GROUP MSG",
"required" : true,
"value" : "*Sorry... Bot Is Only Work In Group*\n\n*https://chat.whatsapp.com/GJ9bAPxYpktAnqbXVsnRuf*"
},
"WELCOME_MSG" :{
"description" : "TYPE WELCOME MSG",
"required" : true,
"value" : "*HELLO WELCOME TO OUR GROUP*"
},
"BYE_MSG" :{
"description" : "TYPE BYE MSG",
"required" : true,
"value" : "*BYE BRO*"
},
"ALIVE_MSG" :{
"description" : "TYPE ALIVE MSG",
"required" : true,
"value" : "*IM ALIVE NOW*"
},
"CALL_BLOCK" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"AUTO_BLOCK212" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"onlygroup" :{
"description" : "IF YOU NEED TO ON THIS TYPE : true",
"required" : true,
"value" : "false"
},
"AUTO_REACT" :{
"description" : "IF YOU NEED TO OFF THIS TYPE : false",
"required" : true,
"value" : "true"
},
"OWNER_REACT_EMOJI" :{
"description" : "TYPE ANY EMOJI TO OWNER REACT",
"required" : true,
"value" : "🧑"
},
"REACT_NUMBER" :{
"description" : "TYPE OWNER NUMBER TO OWNER REACT",
"required" : true,
"value" : "947634278433"
},
"OWNER_NUMBER" :{
"description" : "TYPE OWNER NUMBER",
"required" : true,
"value" : "947634278433"
},
"OWNER_NUMBER2" :{
"description" : "TYPE ANY NUMBER",
"required" : true,
"value" : "947634278433"
},
"BOT_NAME" :{
"description" : "TYPE BOT NAME",
"required" : true,
"value" : "𝐕𝐈𝐇𝐀𝐍𝐆𝐀 𝐌𝐃"
},
"OWNER_NAME" :{
"description" : "TYPE OWNER NAME",
"required" : true,
"value" : "ᴠɪʜͥᴀɴͣɢͫᴀ ʏᴛ"
},
"GROUP_LINK" :{
"description" : "TYPE GROUP LINK",
"required" : true,
"value" : "https://chat.whatsapp.com/DmuruivGISz50xZLcIcfZS"
},
"GROUP_LINK2" :{
"description" : "TYPE GROUP LINK 2",
"required" : true,
"value" : "https://chat.whatsapp.com/DmuruivGISz50xZLcIcfZS"
},
"PACK_NAME" :{
"description" : "TYPE ANY NAME",
"required" : true,
"value" : "STICKER BY VIHANGA MD"
},
"CAP_NAME" :{
"description" : "TYPE ANY NAME",
"required" : true,
"value" : "*BY VIHANGA MD*"
},
"IMG_URL" :{
"description" : "UPLOAD YOURE PHOTO TO IMGBB AND TYPE URL",
"required" : true,
"value" : "https://telegra.ph/file/88d6fdeff08bbc4945901.jpg"
},
"YT_URL" :{
"description" : "IF U HAVE YT CHANNEL TYPE URL",
"required" : true,
"value" :"https://youtu.be/Z9rIR0Vopb8"
}
},
"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"
}
}
}