dct-dula-dev-baileys 1.0.0 → 1.0.1
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
|
@@ -74,12 +74,12 @@
|
|
|
74
74
|
|
|
75
75
|
### Via NPM
|
|
76
76
|
```bash
|
|
77
|
-
npm install
|
|
77
|
+
npm install dct-dula-dev-baileys
|
|
78
78
|
```
|
|
79
79
|
|
|
80
80
|
### Via Yarn
|
|
81
81
|
```bash
|
|
82
|
-
yarn add
|
|
82
|
+
yarn add dct-dula-dev-baileys
|
|
83
83
|
```
|
|
84
84
|
|
|
85
85
|
### Clone Repository
|
|
@@ -96,7 +96,7 @@ npm install
|
|
|
96
96
|
### Basic Bot
|
|
97
97
|
|
|
98
98
|
```javascript
|
|
99
|
-
const { makeWASocket, useMultiFileAuthState, DisconnectReason } = require('
|
|
99
|
+
const { makeWASocket, useMultiFileAuthState, DisconnectReason } = require('dct-dula-dev-baileys');
|
|
100
100
|
const P = require('pino');
|
|
101
101
|
|
|
102
102
|
async function startBot() {
|