-
Notifications
You must be signed in to change notification settings - Fork 260
Expand file tree
/
Copy pathapp.json
More file actions
224 lines (175 loc) Β· 5.31 KB
/
app.json
File metadata and controls
224 lines (175 loc) Β· 5.31 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
{
"name":"Spark-X-2025",
"description":"Whatsapp bot developed by Carl William",
"keywords":["bot","node","baileys","whatsapp"],
"logo":"https://files.catbox.moe/9y2ouw.jpg",
"repository":"https://github.com/ekitale/maths-project",
"succes_url":"/",
"stack":"heroku-24",
"env":{
"PREFIX":
{
"description":"choose your prefix of bot",
"value":".",
"required":true
},
"AUTO_READ_STATUS":
{
"description":"Your contact status will be read automatically(type yes to active or no to deactive ; don't write in capital letter)",
"value":"yes",
"required":false
}, "AUTO_DOWNLOAD_STATUS":
{
"description":"Your contact status will be downloaded automatically and send to you(type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":false
},
"AUTO_REACT":
{
"description":"Received messages will be automalically reacted on(type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":false
},
"CHATBOT":
{
"description":"the chatbot will automatically reply messages with texts.",
"value":"no",
"required":false
},
"CHATBOT1":
{
"description":"the chatbot will automatically reply messages with audio.",
"value":"no",
"required":false
}
,
"AUTO_REACT_STATUS":
{
"description":"The bot will like all posted updates automatically (type yes to active or no to deactive ; don't write in capital letter)",
"value":"yes",
"required":false
}
,
"AUTO_READ":
{
"description":"Your contact messages will be read automatically (type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":false
}
,
"PM_PERMIT" :
{
"description":"Other users can't use your bot in pm (type yes to active or no to deactive ; don't write in capital letter)",
"value":"no",
"required":false
}
,
"BOT_NAME" : {
"description":"put A name for your bot",
"value":"Spark-X-2025",
"required":false
} ,
"BOT_MENU_LINKS" : {
"description":"add one or many link for your bot menu ; eg : url1,url2,url3.....",
"value":"https://files.catbox.moe/uqhujo.jpg",
"required":false
},
"PUBLIC_MODE":
{
"description":"type yes to put your bot on public mode or no to put it on private mod",
"value":"yes",
"required":false
}
,
"HEROKU_API_KEY": {
"description": "insert your heroku api-key (this is a must)",
"required" :true
},
"HEROKU_APP_NAME": {
"description": "insert your heroku APP NAME (this is a must)",
"required" :true
}
,
"SESSION_ID":
{
"description":"put your session ID , the code you receive after linking the device...(Make sure it begins with SPARK-X-2025)",
"value":"",
"required":true
},
"OWNER_NAME":
{
"desc": "Your Name",
"required": false,
"value": "πππ«π₯ ππ’π₯π₯π’ππ¦"
},
"NUMERO_OWNER":
{
"desc": "Your number , dont put '+' and put you area code(exemple of togo '228')....Must put the number connected to the session ID",
"required":true,
"value": ""
},
"WARN_COUNT":
{
"desc": "this is the limit of warn for warning commandes",
"required": false,
"value": "3"
},
"STARTING_BOT_MESSAGE":
{
"description": "if you don't want startting-bot-message put no else put yes",
"required": true,
"value": "yes"
},
"PRESENCE":{
"description":"Mark your presence: 1 to indicate that you are online even if you are not. 2 to indicate that you are currently typing a message. 3 to indicate that you are currently recording an audio. Or leave the field blank to indicate your real state.",
"value":"",
"required": false
},
"ANTIDELETE1" : {
"description": "if you want to enable anti delete message put yes else put no..(This feature is for live conversation)",
"value": "yes",
"required": false
},
"AUTO_REPLY":
{
"descripton": "if you want your bot to make a fake reply when youre off,type yes to activate,else no (use small letters)",
"value": "no",
"required": false
},
"AUTO_SAVE_CONTACTS":
{
"description": "new contacts will be automatically saved on your device type yes to activate,else no (use small letters)",
"value": "no",
"required": false
},
"AUTO_BIO":
{
"description": "put yes to activate auto bio,,else no..(use small letters)",
"value": "yes",
"required": false
},
"ANTICALL":
{
"description": "if this feature is active,any incoming whatsapp call will be rejected,put yes to activate,else put no...(use small letters)",
"value": "yes",
"required": false
},
"ANTEDELETE2":
{
"description": "put yes to activate this antidelete,else put no..(This feature sends to your pm;use small letters)",
"value": "yes",
"required": false
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
},
{
"url": "https://github.com/clhuang/heroku-buildpack-webp-binaries.git"
},
{
"url": "https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest"
}
]
}