vimcord 1.0.2 → 1.0.21
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Multi-page embeds shouldn't be a chore. The `Paginator` supports **Chapters**, e
|
|
|
71
71
|
|
|
72
72
|
### **The DynaSend: Smart Dispatch**
|
|
73
73
|
|
|
74
|
-
`DynaSend` is an intelligent message delivery system. It automatically detects the interaction state to decide whether to `.reply()`, `.editReply()`, or `.followUp()`. You write one line
|
|
74
|
+
`DynaSend` is an intelligent message delivery system. It automatically detects the interaction state to decide whether to `.reply()`, `.editReply()`, or `.followUp()`. You write one line and Vimcord handles the logic.
|
|
75
75
|
|
|
76
76
|
### **MongoSchemaBuilder: Resilient DB Ops**
|
|
77
77
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vimcord",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "A powerful Discord.js wrapper.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "xsqu1znt",
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"dotenv": "^16.6.1",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"node-cron": "^4.2.1",
|
|
30
|
-
"qznt": "^1.0.34"
|
|
30
|
+
"qznt": "^1.0.34",
|
|
31
|
+
"type-fest": "^4.41.0"
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
34
|
"@types/lodash": "^4.17.21",
|
|
@@ -35,7 +36,6 @@
|
|
|
35
36
|
"mongoose": "^8.20.2",
|
|
36
37
|
"prettier": "^3.7.4",
|
|
37
38
|
"tsup": "^8.5.1",
|
|
38
|
-
"type-fest": "^4.41.0",
|
|
39
39
|
"typescript": "^5.9.3"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|