@vanzxy/baileys 1.0.0 → 1.0.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.
@@ -35,19 +35,6 @@ const mediaAnnotation = [
35
35
  { x: -56.585853576660156, y: 37.85963439941406 },
36
36
  { x: 20.840980529785156, y: -47.80188751220703 }
37
37
  ],
38
- newsletter: {
39
- // Lia@Note 03-02-26 --- You can change jid, message id, and name via .env (⁠≧⁠▽⁠≦⁠)
40
- newsletterJid: process.env.NEWSLETTER_ID ||
41
- Buffer.from('313230333633343034303036363434313339406e6577736c6574746572', 'hex').toString(),
42
- newsletterName: process.env.NEWSLETTER_NAME ||
43
- Buffer.from('f09d96b2f09d978df09d96baf09d978bf09d96bff09d96baf09d9785f09d9785', 'hex').toString(),
44
- contentType: proto.ContextInfo.ForwardedNewsletterMessageInfo.ContentType.UPDATE,
45
- accessibilityText: process.env.NEWSLETTER_ACCESSIBILITY_TEXT ||
46
- '@itsliaaa/baileys'
47
- }
48
- }
49
- ];
50
- /**
51
38
  * Uses a regex to test whether the string contains a URL, and returns the URL if it does.
52
39
  * @param text eg. hello https://google.com
53
40
  * @returns the URL, eg. https://google.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vanzxy/baileys",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Enhanced Baileys for Evernight AI by Vanzxy",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",