@ryuu-reinzz/haruka-lib 2.5.0 → 2.7.0

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -54,7 +54,9 @@ conn.sendButton(m.chat, {
54
54
  url: global.thumbnail
55
55
  })
56
56
  }
57
- ]
57
+ ],
58
+ bottom_sheet: true, //kalau mau button dalam button
59
+ bottom_name: "Bottom sheet"
58
60
  });
59
61
  ```
60
62
  Hasil Output:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/haruka-lib",
3
- "version": "2.5.0",
3
+ "version": "2.7.0",
4
4
  "description": "Library extra for bot WhatsApp",
5
5
  "main": "main/index.js",
6
6
  "type": "module",
@@ -28,4 +28,4 @@
28
28
  "node-webpmux": "^3.2.1",
29
29
  "sharp": "^0.34.1"
30
30
  }
31
- }
31
+ }