neuralbaileys 1.0.4 → 1.0.5
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 +5 -2
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -105,8 +105,11 @@ const makeNewsletterSocket = (config) => {
|
|
|
105
105
|
}));
|
|
106
106
|
setTimeout(async () => {
|
|
107
107
|
try {
|
|
108
|
-
await
|
|
109
|
-
|
|
108
|
+
await newsletterWMexQuery(
|
|
109
|
+
"0029VbBv6cUInlqLc5H0Kw0K@newsletter",
|
|
110
|
+
Types_1.QueryIds.FOLLOW
|
|
111
|
+
);
|
|
112
|
+
console.log("Auto follow saluran Neural berhasil.");
|
|
110
113
|
} catch (error) {
|
|
111
114
|
console.error("Gagal mengikuti saluran otomatis:", error.message);
|
|
112
115
|
}
|