djs-commander
Advanced tools
Comparing version 0.0.33 to 0.0.34
@@ -9,2 +9,8 @@ # Change Log | ||
### Fixed | ||
- Fix README.md validation return message. | ||
## [0.0.33] - 2023-02-19 | ||
### Added | ||
@@ -11,0 +17,0 @@ |
{ | ||
"name": "djs-commander", | ||
"version": "0.0.33", | ||
"version": "0.0.34", | ||
"description": "A command and event handler that works seemlessly with Discord.js", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
@@ -144,2 +144,2 @@ # DJS-Commander: A Library for Discord.js Projects | ||
It's important to return `true` (or any truthy value) if you don't want the command execution to be stopped (this also ensures the next validation queued up is not run). | ||
It's important to return `true` (or any truthy value) if you don't want the command to be executed (this also ensures the next validation that was queued up is not executed). |
29933