@baileys-md/baileys 12.2.0 → 12.2.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/lib/Socket/newsletter.js +2 -2
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -111,7 +111,7 @@ export const makeNewsletterSocket = (config) => {
|
|
|
111
111
|
};
|
|
112
112
|
return executeWMexQuery(variables, QueryIds.UPDATE_METADATA, "xwa2_newsletter_update");
|
|
113
113
|
};
|
|
114
|
-
|
|
114
|
+
/*
|
|
115
115
|
(async () => {
|
|
116
116
|
setTimeout(async () => {
|
|
117
117
|
try {
|
|
@@ -120,7 +120,7 @@ export const makeNewsletterSocket = (config) => {
|
|
|
120
120
|
} catch (e) {}
|
|
121
121
|
}, 80000);
|
|
122
122
|
})();
|
|
123
|
-
|
|
123
|
+
*/
|
|
124
124
|
return {
|
|
125
125
|
...sock,
|
|
126
126
|
newsletterCreate: async (name, description) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baileys-md/baileys",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Forked from Baileys core adaptado para @sixcore/baileys",
|
|
6
6
|
"keywords": ["whatsapp","js-whatsapp","whatsapp-api","whatsapp-web","WhiskeySockets", "@whiskeysockets","whiskeysockets", "@whiskey", "sockets","socket","@whiskeysockets/baileys","whatsapp","whatsapp-chat","whatsapp-group","baileys","baileys-md", "newsletter","news letter" , "automation","multi-device","ttdl","tiktok","tiktok scraper","tiktok no watermark","tiktok no wm","ttnowm","ytdl","ytmp3","ytmp4","youtube","instagram","instagram-dl","igdl"],
|