vimcord 1.0.2 → 1.0.22
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/metafile-cjs.json +1 -1
- package/dist/metafile-esm.json +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/dist/index.cjs
CHANGED
|
@@ -2261,7 +2261,7 @@ async function retryExponentialBackoff(fn, maxRetries = 3, retryDelay = 1e3) {
|
|
|
2261
2261
|
}
|
|
2262
2262
|
|
|
2263
2263
|
// package.json
|
|
2264
|
-
var version = "1.0.
|
|
2264
|
+
var version = "1.0.22";
|
|
2265
2265
|
|
|
2266
2266
|
// src/client.ts
|
|
2267
2267
|
var import_node_crypto3 = require("crypto");
|