We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c009c commit 146ba2dCopy full SHA for 146ba2d
packages/commandkit/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "commandkit",
3
"description": "Beginner friendly command & event handler for Discord.js",
4
- "version": "0.1.5",
+ "version": "0.1.6",
5
"license": "MIT",
6
"main": "./dist/index.js",
7
"module": "./dist/index.mjs",
packages/commandkit/src/CommandKit.ts
@@ -42,6 +42,8 @@ export class CommandKit {
42
validationsPath: this.#data.validationsPath,
43
});
44
45
+ await validationHandler.init();
46
+
47
this.#data.validationHandler = validationHandler;
48
}
49
0 commit comments