@onedevil405/baileys 1.7.2 → 1.7.4

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.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -17,9 +17,10 @@ Ein **angepasster Fork** von Baileys – ein schnelles, stabiles Node.js WhatsAp
17
17
  npm install @onedevil405/baileys
18
18
  # oder
19
19
  yarn add @onedevil405/baileys
20
+ ```
20
21
 
21
-
22
- Schnellstart
22
+ # Schnellstart
23
+ ```bash
23
24
 
24
25
 
25
26
  import makeWASocket from '@onedevil405/baileys';
@@ -46,7 +47,7 @@ await sock.sendMessage(from, { text });
46
47
  await sendReaction(from, msg, '✅');
47
48
  ```
48
49
 
49
- #📝 Features
50
+ # 📝 Features
50
51
 
51
52
  WhatsApp Web Socket – Voll kompatibel mit WhatsApp Web
52
53
 
@@ -61,7 +62,7 @@ Einfacher Einstieg – Nur importieren und starten
61
62
  Eigene Message ID: 3A5STORMxxxxxxxV2
62
63
 
63
64
 
64
- #💡 NPM Update Check
65
+ # 💡 NPM Update Check
65
66
 
66
67
  Beim Laden des Moduls prüft Baileys automatisch, ob eine neue Version auf NPM verfügbar ist.
67
68
 
@@ -76,7 +77,7 @@ Wird direkt beim Import angezeigt
76
77
  ║ Aktuell: 1.0.0, Neu auf NPM: 1.1.0 ║
77
78
  ╚════════════════════════════════════════════════════════╝
78
79
 
79
- #⚠️ Hinweise
80
+ # ⚠️ Hinweise
80
81
 
81
82
  Benötigt Node.js >=16
82
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onedevil405/baileys",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "type": "module",
5
5
  "description": "WebSocket Bibliothek für Whatsapp Automatisierungen",
6
6
  "keywords": ["whatsapp", "automation", "baileys"],