@alannxd/baileys 2.1.2 → 2.1.3
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.
|
@@ -291,7 +291,7 @@ const makeMessagesSocket = (config) => {
|
|
|
291
291
|
}));
|
|
292
292
|
return { nodes, shouldIncludeDeviceIdentity };
|
|
293
293
|
}; //apela
|
|
294
|
-
const relayMessage = async (jid, message, { messageId: msgId, participant, additionalAttributes, additionalNodes, useUserDevicesCache, cachedGroupMetadata, useCachedGroupMetadata, statusJidList, AI = true }) => {
|
|
294
|
+
const relayMessage = async (jid, message, { messageId: msgId, participant, additionalAttributes, additionalNodes, useUserDevicesCache, cachedGroupMetadata, useCachedGroupMetadata, statusJidList, AI = true } = {}) => {
|
|
295
295
|
const meId = authState.creds.me.id;
|
|
296
296
|
let shouldIncludeDeviceIdentity = false;
|
|
297
297
|
let didPushAdditional = false
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
const chalk = require("chalk")
|
|
4
|
-
console.log(chalk.greenBright(`Hi, thank you for using my modified Baileys ^-^\nTelegram: @alannxd
|
|
4
|
+
console.log(chalk.greenBright(`Hi, thank you for using my modified Baileys ^-^\nTelegram: @alannxd`))
|
|
5
5
|
|
|
6
6
|
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
7
7
|
if (k2 === undefined) k2 = k;
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alannxd/baileys",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"description": "WhatsApp API —Mod By A",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
7
|
-
"
|
|
7
|
+
"holow",
|
|
8
8
|
"baileys",
|
|
9
9
|
"whatsapp-web",
|
|
10
10
|
"whatsapp-chat",
|
|
11
11
|
"whatsapp-group",
|
|
12
12
|
"botwa",
|
|
13
|
-
"
|
|
13
|
+
"alannxd"
|
|
14
14
|
],
|
|
15
|
-
"homepage": "https://www.npmjs.com/package
|
|
15
|
+
"homepage": "https://www.npmjs.com/package@alannxd/baileys",
|
|
16
16
|
"repository": {
|
|
17
17
|
"url": "https://www.npmjs.com/package/@alannxd/baileys"
|
|
18
18
|
},
|