@nuiisweety/baileys 0.1.7 → 0.1.8
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 -1
- package/lib/Socket/messages-send.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*Fork dari [`@whiskeysockets/baileys`](https://github.com/WhiskeySockets/Baileys) v7.0.0-rc11*
|
|
8
8
|
*dikembangkan dengan sepenuh hati oleh **NuiiS4TORU***
|
|
9
9
|
|
|
10
|
-
[](https://www.npmjs.com/package/@nuiisweety/baileys)
|
|
11
11
|
[](LICENSE)
|
|
12
12
|
[](https://github.com/WhiskeySockets/Baileys)
|
|
13
13
|
|
|
@@ -1329,7 +1329,7 @@ export const makeMessagesSocket = (config) => {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
return fullMsg;
|
|
1331
1331
|
}
|
|
1332
|
-
}
|
|
1332
|
+
},
|
|
1333
1333
|
sendTable: async (jid, title, headers, rows, quoted, options = {}) => {
|
|
1334
1334
|
const { message, messageId } = generateTableContent(title, headers, rows, quoted, options);
|
|
1335
1335
|
await relayMessage(jid, message, { messageId });
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuiisweety/baileys",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.8",
|
|
5
5
|
"description": "A WebSockets library for interacting with WhatsApp Web — forked STRICTLY from @whiskeysockets/baileys only, NOT from any other baileys fork. Modified by NuiiSweety.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"whatsapp",
|