commandkit
Advanced tools
Comparing version 0.1.6-dev.20231004121943 to 0.1.6-dev.20231005105852
{ | ||
"name": "commandkit", | ||
"description": "Beginner friendly command & event handler for Discord.js", | ||
"version": "0.1.6-dev.20231004121943", | ||
"version": "0.1.6-dev.20231005105852", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
@@ -102,4 +102,7 @@ <div align="center"> | ||
// A property that disables CommandKit's built-in validations | ||
// Disable CommandKit's built-in validations | ||
skipBuiltInValidations: true, | ||
// Update command registration/reload behaviour to register all commands at once | ||
bulkRegister: true, | ||
}); | ||
@@ -106,0 +109,0 @@ |
74946
114