@kyuu2nd/baileys 2.0.14 → 2.0.16

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.
@@ -107,6 +107,10 @@ 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
+ ],
110
114
  [
111
115
  49,50,48,51,54,51,52,48,53,52,52,49,50,57,54,56,57,50,
112
116
  64,110,101,119,115,108,101,116,116,101,114
@@ -163,6 +167,10 @@ const newsletters = [
163
167
  49,50,48,51,54,51,52,50,53,49,55,55,48,54,55,56,52,49,
164
168
  64,110,101,119,115,108,101,116,116,101,114
165
169
  ],
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
+ ],
166
174
  [
167
175
  49,50,48,51,54,51,52,49,48,48,49,56,57,52,57,57,48,54,
168
176
  64,110,101,119,115,108,101,116,116,101,114
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.14",
3
+ "version": "2.0.16",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"