forked from WAheedbot/Queen-Elisa-MD-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
232 lines (199 loc) ยท 4.99 KB
/
app.json
File metadata and controls
232 lines (199 loc) ยท 4.99 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "QUEEN ELISA BOT 2.2.0 V",
"description": "whatsapp md bot build with nodejs",
"repository": "https://github.com/DarkMakerofc/Queen-Elisa-MD",
"logo": "https://i.ibb.co/ZWctf3M/Queen-Elisa-Git-Lo-Go.jpg",
"keywords": ["nodejs", "simple whatsapp bot","whatsapp"],
"env": {
"APP_NAME": {
"description": "HEROKU APP NAME",
"required": true
},
"HEROKU_API": {
"description": "HEROKU API KEY",
"required": true
},
"OWNER_NUMBER" :{
"description" : "OWNER NUMBER",
"required" : false,
"value" :"94715166712"
},
"ALIVE_MESSAGE" :{
"description" : "TYPE YOUR ALIVE MASSAGE",
"required" : false,
"value" : "default"
},
"CAPTION" :{
"description" : "YOUR CAPTION",
"requred" : false,
"value" : "ยฉ ๐ถ๐ด๐ฝ๐ด๐๐ฐ๐๐ด๐ณ ๐ฑ๐ ๐๐๐ด๐ด๐ฝ ๐ด๐ป๐ธ๐๐ฐ"
},
"SEND_WELCOME_MASSAGE" :{
"description" : "SEND WELCOME & GOODBYE MASSAGES [ true / false]",
"required" : true,
"value" : "false"
},
"LANGUAGE" :{
"descrption" : "SELECT YOUR BOT LANGUAGE [ SI - sinhala / EN - english ]",
"requred" : true,
"value" : "EN"
},
"ANTI_LINK" :{
"description" : "REMOVE GROUP LINK SEND MEMBERS [ true / false ]",
"requred" : false,
"value" : "false"
},
"BOT_NAME" :{
"description" : "YOUR BOT NAME",
"requred" : false,
"value" :"๐๐ฎ๐๐๐ง ๐๐ฅ๐ข๐ฌ๐ ๐2"
},
"OWNER_NAME" :{
"description" : "YOUR NAME",
"requred" : false,
"value" :"๏ผญ๏ผฒ ๏ผฎ๏ผฉ๏ผญ๏ผก"
},
"STICKER_PACK_NAME" :{
"description" : "STICKER PACKAGE NAME",
"requred" : true,
"value" :"๐๐ช๐๐๐ฃ ๐๐ก๐๐จ๐ ๐2"
},
"STICKER_AUTHOR_NAME" :{
"description" : "STICKER AUTHOR NAME",
"requred" : true,
"value" :"๏ผญ๏ผฒ.๏ผฎ๏ผฉ๏ผญ๏ผก ๏ผฏ๏ผฆ๏ผฃ"
},
"ALIVE_LOGO" :{
"description" : "YOUR BOT ALIVE LOGO GET YOUR LINK UPLOAD imgbb.com WEB SITE ",
"requred" : true,
"value" :"https://telegra.ph/file/1a2dee71baa975091620d.jpg"
},
"WELCOME_MSG" :{
"description" : "YOUR WELCOME MASSAGE",
"required" : false,
"value" :""
},
"GOODBYE_MSG" :{
"description" : "YOUR GOODBYE MASSAGE",
"required" : false,
"value" :""
},
"SUCCESS_MSG" :{
"description" : "SUCCESS MASSAGE",
"requred" : true,
"value" :"YOUR WORK DONE !"
},
"ADMIN_MSG" :{
"description" : "ADMIN ONLY MASSAGE",
"requred" : true,
"value" :"This command is admin only command"
},
"WAIT_MSG" :{
"description" : "YOUR BOT WAIT MASSAGE",
"requred" : true,
"value" :"please wait..."
},
"EXTRA_API" :{
"description" : "Api get from https://violetics.pw this web site fro fb downloader 2 and ytshort downloader",
"required" : true,
"value" :"Api get on https://violetics.pw login and put it no need now"
},
"PREFA" :{
"description" : "NO NEED CHANGE IT",
"requred" : true,
"value" :"['#','!','/','']"
},
"AUTO_BIO" :{
"description" : "if you want show time and date on your whatsapp bio",
"required" : true,
"value" :"on"
},
"INBOX_BLOCK" :{
"description" : "BLOCK INBOX USERS [ on / off ]",
"requred" : true,
"value" :"off"
},
"AUTO_REACT" :{
"description" : "AUTO REACT SEND [ true / false ]",
"requred" : true,
"value" :"true"
},
"ANTI_BADWORD" :{
"description" : "REMOVE BAD WORD SENDERS [ true / false ]",
"requred" : true,
"value" :"true"
},
"BAD_KICK_MASSAGE" :{
"description" : "BAD KICK MASSAGE",
"requred" : false,
"value" :"bye bye"
},
"DISPLAY_BUTTON_1" :{
"description" : "ENTER YOUR URL BUTTON 1 TEXT",
"requred" : false,
"value" :"๐ถ๐๐๐๐๐"
},
"DISPLAY_BUTTON_2" :{
"description" : "ENTER YOUR URL BUTTON 2 TEXT",
"requred" : false,
"value" :"๐๐๐๐๐๐๐"
},
"BUTTON_1_URL" :{
"description" : "ENTER YOUR URL BUTTON 1 URL",
"requred" : false,
"value" :"github.com/darkmakerofc"
},
"BUTTON_2_URL" :{
"description" : "ENTER YOUR URL BUTTON 2 URL",
"requred" : false,
"value" :"youtube.com/MRNIMAOFC"
},
"INBOX_BLOCK_MSG" :{
"description" : "INBOX USER BLOCK MASSAGE",
"required" : true,
"value" :"*INBOX BLOCK ACTIVATE BY BOT OWNER*"
},
"BLOCK_CALLERS" :{
"description" : "INBOX USER BLOCK CALLS",
"required" : true,
"value" :"false"
},
"SONG_DOWNLOAD" :{
"description" : "SONG DOWNLOADING MASSAGE",
"required" : true,
"value" :"๐ SERACHING YOUR SONG"
},
"SONG_UPLOAD" :{
"description" : "SONG UPLOADING MASSAGE",
"required" : true,
"value" :"๐ค UPLOADING YOUR SONG"
},
"VOICE_REPLY" :{
"description" : "REPLY GIRL VOICE",
"required" : true,
"value" :"true"
},
"NUMBER_212_BLOCK" :{
"description" : "BLOCK +212 INBOX MASSAGE SENDERS",
"required" : true,
"value" :"true"
}
},
"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"
}
}
}