@nexustechpro/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/lib/Socket/messages-send.js +629 -345
- package/lib/Utils/link-preview.js +46 -36
- package/lib/Utils/messages-media.js +12 -10
- package/lib/Utils/messages.js +43 -43
- package/lib/index.js +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -613,7 +613,7 @@ await sock.sendMessage(jid, {
|
|
|
613
613
|
#### Link Preview
|
|
614
614
|
```javascript
|
|
615
615
|
await sock.sendMessage(jid, {
|
|
616
|
-
text: 'Check out https://github.com/
|
|
616
|
+
text: 'Check out https://github.com/nexustechpro2/baileys'
|
|
617
617
|
})
|
|
618
618
|
```
|
|
619
619
|
|
|
@@ -1737,10 +1737,10 @@ Special thanks to:
|
|
|
1737
1737
|
|
|
1738
1738
|
<div align="center">
|
|
1739
1739
|
|
|
1740
|
-
**Made with ❤️ by [NexusTechPro](https://github.com/
|
|
1740
|
+
**Made with ❤️ by [NexusTechPro](https://github.com/nexustechpro2)**
|
|
1741
1741
|
|
|
1742
1742
|
⭐ **Star us on GitHub!** ⭐
|
|
1743
1743
|
|
|
1744
|
-
[GitHub](https://github.com/
|
|
1744
|
+
[GitHub](https://github.com/nexustechpro2/baileys) • [NPM](https://www.npmjs.com/package/@nexustechpro/baileys) • [Documentation](https://github.com/nexustechpro2/baileys/wiki)
|
|
1745
1745
|
|
|
1746
1746
|
</div>
|