whatsapp-pi 1.0.19 → 1.0.20
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/README.md +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,9 +33,7 @@ pi
|
|
|
33
33
|
|
|
34
34
|
To automatically connect to WhatsApp on startup (if you are already authenticated):
|
|
35
35
|
```bash
|
|
36
|
-
pi -
|
|
37
|
-
# or
|
|
38
|
-
pi --whatsapp
|
|
36
|
+
pi --whatsapp-pi-online
|
|
39
37
|
```
|
|
40
38
|
|
|
41
39
|
3. Use the menu to connect WhatsApp and manage allowed/blocked numbers
|
|
@@ -58,8 +56,6 @@ pi -e whatsapp-pi.ts
|
|
|
58
56
|
|
|
59
57
|
For verbose mode (shows Baileys trace logs for debugging):
|
|
60
58
|
```bash
|
|
61
|
-
pi -e whatsapp-pi.ts -v
|
|
62
|
-
# or
|
|
63
59
|
pi -e whatsapp-pi.ts --verbose
|
|
64
60
|
```
|
|
65
61
|
|