commandkit 0.1.9-dev.20231214180344 โ†’ 0.1.10-dev.20231214182432

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,6 +19,7 @@ CommandKit is a library that makes it easy to handle commands and events in your
19
19
  - Multiple dev guilds, users, & roles support ๐Ÿค
20
20
  - Automatic command updates ๐Ÿค–
21
21
  - REST registration behaviour ๐Ÿ“
22
+ - Easy command line interface ๐Ÿ–ฅ๏ธ
22
23
  - And much more! ๐Ÿงช
23
24
 
24
25
  ## Documentation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "commandkit",
3
3
  "description": "Beginner friendly command & event handler for Discord.js",
4
- "version": "0.1.9-dev.20231214180344",
4
+ "version": "0.1.10-dev.20231214182432",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",