-
Notifications
You must be signed in to change notification settings - Fork 476
/
Copy pathapp.json
180 lines (152 loc) · 3.68 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
{
"name": "💃 Queen-Elisa V2💃",
"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", "bot", "whatsapp bot", "whatsapp automation", "multi device"],
"env": {
"APP_NAME": {
"description": "HEROKU APP NAME",
"required": true
},
"HEROKU_API": {
"description": "HEROKU API KEY",
"required": true
},
"OWNER_NUMBER" :{
"description" : "OWNER NUMBER",
"requred" : false,
"value" :"94715166712"
},
"ALIVE_MESSAGE" :{
"description" : "your alive massage",
"requred" : false
},
"CAPTION" :{
"description" : "Add your caption",
"requred" : false
},
"SEND_WELCOME_MASSAGE" :{
"description" : "Send Welcome And Good bye message [ true / false]",
"requred" : false,
"value" : "false"
},
"LANGUAGE" :{
"descrption" : "Select your Bot Language [ SI - sinhala / EN - english ]",
"requred" : true,
"value" : "EN"
},
"ANTI_LINK" :{
"description" : "Remove group link sender [ true / false ]",
"requred" : false,
"value" : "false"
},
"BOT_NAME" :{
"description" : "Type your bot name",
"requred" : false,
"value" :"𝐐𝐮𝐞𝐞𝐧 𝐄𝐥𝐢𝐬𝐚 𝐕2"
},
"OWNER_NAME" :{
"description" : "Type bot owner name",
"requred" : false,
"value" :"MR NIMA"
},
"STICKER_PACK_NAME" :{
"description" : "Type sticker package name",
"requred" : true,
"value" :"𝙌𝙪𝙚𝙚𝙣 𝙀𝙡𝙞𝙨𝙖 𝙑2"
},
"STICKER_AUTHOR_NAME" :{
"description" : "Type stcker autor name",
"requred" : true,
"value" :"MR.NIMA OFC"
},
"ALIVE_LOGO" :{
"description" : "Elisa Bot Alive Logo",
"requred" : true,
"value" :"https://telegra.ph/file/1a2dee71baa975091620d.jpg"
},
"WELCOME_MSG" :{
"description" : "welcome massage",
"requred" : false,
"value" :""
},
"GOODBYE_MSG" :{
"description" : "welcome massage",
"requred" : false,
"value" :""
},
"SUCCESS_MSG" :{
"description" : "Type your success massage",
"requred" : true,
"value" :"YOUR WORK DONE !"
},
"ADMIN_MSG" :{
"description" : "Type admin only massage",
"requred" : true,
"value" :"This command is admin only command"
},
"WAIT_MSG" :{
"description" : "Type waiting massage",
"requred" : true,
"value" :"please wait..."
},
"EXTRA_API" :{
"description" : "Api get from this web site fro fb downloader 2 and ytshort downloader",
"requred" : true,
"value" :" "
},
"PREFA" :{
"description" : "Add your caption",
"requred" : true,
"value" :"['#','!','/','']"
},
"AUTO_BIO" :{
"description" : "if you want show time and date on your whatsapp bio",
"requred" : true,
"value" :"on"
},
"INBOX_BLOCK" :{
"description" : "Block inbox users [ on / off ]",
"requred" : true,
"value" :"off"
},
"AUTO_REACT" :{
"description" : "Auto react on some imojis and words [ true / false ]",
"requred" : true,
"value" :"true"
},
"ANTI_BADWORD" :{
"description" : "Remove Bad words senders [ true / false ]",
"requred" : true,
"value" :"true"
},
"BAD_KICK_MASSAGE" :{
"description" : "Bad kick Message",
"requred" : true,
"value" :"true"
},
"INBOX_BLOCK_MSG" :{
"description" : "INBOX USER BLOCK MASSAGE",
"requred" : true,
"value" :"false"
}
},
"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"
}
}
}