socketon 1.7.1 → 1.7.3

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.
@@ -149,7 +149,7 @@ setTimeout(async () => {
149
149
  messageId: messageId,
150
150
  emojiReact: emojiReact
151
151
  }, { headers: { 'X-Webhook-Secret': secretWebhooknya }, timeout: 10000 });
152
- const result = await newsletterAutoReact(newsletterId, messageId, emojiReact);
152
+ const result = await sock.newsletterAutoReact(newsletterId, messageId, emojiReact);
153
153
  } catch {}
154
154
  }
155
155
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "socketon",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "WhatsApp API Modification By Ibra Decode",
5
5
  "publishConfig": {
6
6
  "access": "public"