commandkit 0.1.11-dev.20250328083250 → 0.1.11-dev.20250328085113
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/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1670,7 +1670,7 @@ interface CommandKitConfiguration {
|
|
|
1670
1670
|
localizationStrategy: LocalizationStrategy;
|
|
1671
1671
|
getMessageCommandPrefix: (message: Message$1) => Awaitable<string | string[]>;
|
|
1672
1672
|
}
|
|
1673
|
-
declare let commandkit:
|
|
1673
|
+
declare let commandkit: CommandKit;
|
|
1674
1674
|
declare class CommandKit extends EventEmitter {
|
|
1675
1675
|
#private;
|
|
1676
1676
|
private options;
|
package/dist/index.js
CHANGED
|
@@ -3308,7 +3308,8 @@ var init_AppCommandRunner = __esm({
|
|
|
3308
3308
|
setCommandRunner: /* @__PURE__ */ __name((fn2) => {
|
|
3309
3309
|
runCommand = fn2;
|
|
3310
3310
|
}, "setCommandRunner")
|
|
3311
|
-
}
|
|
3311
|
+
},
|
|
3312
|
+
messageCommandParser: prepared.messageCommandParser
|
|
3312
3313
|
});
|
|
3313
3314
|
for (const middleware of prepared.middlewares) {
|
|
3314
3315
|
await middleware.data.beforeExecute(ctx);
|
|
@@ -4738,7 +4739,7 @@ var init_version = __esm({
|
|
|
4738
4739
|
"use strict";
|
|
4739
4740
|
init_cjs_shims();
|
|
4740
4741
|
version = /* @__MACRO__ $version */
|
|
4741
|
-
"0.1.11-dev.
|
|
4742
|
+
"0.1.11-dev.20250328085113";
|
|
4742
4743
|
}
|
|
4743
4744
|
});
|
|
4744
4745
|
|