@fazzcode/baileys 0.1.6 → 0.1.7
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 +6 -6
- package/package.json +1 -1
package/README.MD
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# 🚀 WhatsApp Baileys
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img src="https://raw.githubusercontent.com/FazzCode-Backend/database/refs/heads/main/img/logo/Gemini_Generated_Image_e1100ge1100ge110.
|
|
4
|
+
<img src="https://raw.githubusercontent.com/FazzCode-Backend/database/refs/heads/main/img/logo/Gemini_Generated_Image_e1100ge1100ge110.jpg" alt="Thumbnail" width="600px" />
|
|
5
5
|
</p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
8
|
<strong>Build powerful WhatsApp automation with ease.</strong><br>
|
|
9
|
-
|
|
9
|
+
Modded with ❤️ by <b>FazzCode</b>
|
|
10
10
|
</p>
|
|
11
11
|
|
|
12
12
|
---
|
|
@@ -94,7 +94,7 @@ Then, follow the configuration guide or utilize the ready-made example codes bel
|
|
|
94
94
|
name: "cta_url",
|
|
95
95
|
buttonParamsJson: JSON.stringify({
|
|
96
96
|
display_text: "Buy Now",
|
|
97
|
-
url: "[https://
|
|
97
|
+
url: "[https://fazzcodex.web.id"
|
|
98
98
|
})
|
|
99
99
|
}
|
|
100
100
|
]
|
|
@@ -103,7 +103,7 @@ Then, follow the configuration guide or utilize the ready-made example codes bel
|
|
|
103
103
|
📄 Document Message (Buffer)Note: Documents only support buffer input.JavaScriptawait sock.sendMessage(jid, {
|
|
104
104
|
interactiveMessage: {
|
|
105
105
|
title: "Project Documentation",
|
|
106
|
-
footer: "telegram: @
|
|
106
|
+
footer: "telegram: @fazzcode",
|
|
107
107
|
document: fs.readFileSync("./manual.pdf"),
|
|
108
108
|
mimetype: "application/pdf",
|
|
109
109
|
fileName: "Manual_Book.pdf",
|
|
@@ -112,10 +112,10 @@ Then, follow the configuration guide or utilize the ready-made example codes bel
|
|
|
112
112
|
name: "cta_url",
|
|
113
113
|
buttonParamsJson: JSON.stringify({
|
|
114
114
|
display_text: "Support Channel",
|
|
115
|
-
url: "[https://t.me/
|
|
115
|
+
url: "[https://t.me/fazzcode"
|
|
116
116
|
})
|
|
117
117
|
}
|
|
118
118
|
]
|
|
119
119
|
}
|
|
120
120
|
}, { quoted: m });
|
|
121
|
-
💡 Why Choose This Library?FeatureBenefitHigh StabilityMinimized disconnection issues.Custom PairingMore secure and reliable authentication.Modern APISupports Interactive Buttons, Native Flow, and Polls.Active SupportContinually updated for latest WA versions.📝 Technical NotesSupports custom pairing codes for headless environments.Efficient automatic session management for 24/7 uptime.Perfect for building Customer Service Bots, Notification Systems, and AI Integrations.<p align="center"><b>Thank you for choosing WhatsApp Baileys!</b>Maintenance and updates by <a href="https://www.google.com/search?q=https://github.com/
|
|
121
|
+
💡 Why Choose This Library?FeatureBenefitHigh StabilityMinimized disconnection issues.Custom PairingMore secure and reliable authentication.Modern APISupports Interactive Buttons, Native Flow, and Polls.Active SupportContinually updated for latest WA versions.📝 Technical NotesSupports custom pairing codes for headless environments.Efficient automatic session management for 24/7 uptime.Perfect for building Customer Service Bots, Notification Systems, and AI Integrations.<p align="center"><b>Thank you for choosing WhatsApp Baileys!</b>Maintenance and updates by <a href="https://www.google.com/search?q=https://github.com/fazzcodex">@FazzCode</a></p>
|