@ryuu-reinzz/baileys 2.0.1 → 2.0.2
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,9 +93,9 @@ All contributions will be reviewed before merging.
|
|
|
93
93
|
|
|
94
94
|
## 📥 Installation
|
|
95
95
|
```bash
|
|
96
|
-
npm install @
|
|
96
|
+
npm install @ryuu-reinzz/baileys
|
|
97
97
|
# or
|
|
98
|
-
yarn add @
|
|
98
|
+
yarn add @ryuu-reinzz/baileys
|
|
99
99
|
```
|
|
100
100
|
|
|
101
101
|
<br>
|
|
@@ -105,7 +105,7 @@ yarn add @RyuuReinzz/baileys
|
|
|
105
105
|
const {
|
|
106
106
|
default: makeWASocket,
|
|
107
107
|
useMultiFileAuthState,
|
|
108
|
-
} = require('@
|
|
108
|
+
} = require('@ryuu-reinzz/baileys');
|
|
109
109
|
|
|
110
110
|
const {
|
|
111
111
|
state,
|