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.
- package/README.md +1 -0
- 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.
|
|
4
|
+
"version": "0.1.10-dev.20231214182432",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|