commandkit 0.1.6-dev.20231125121601 โ†’ 0.1.6-dev.20231207091249

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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.png" width="60%" />
2
+ <img src="https://raw.githubusercontent.com/underctrl-io/commandkit/master/apps/docs/public/ckit_logo.svg" width="60%" />
3
3
  <br />
4
4
  <a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
5
5
  <a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>
@@ -14,12 +14,12 @@ CommandKit is a library that makes it easy to handle commands and events in your
14
14
 
15
15
  ## Features
16
16
 
17
- - Very beginner friendly ๐Ÿš€
18
- - Support for slash and context menu commands โœ…
19
- - Automatic command registration, edits, and deletion ๐Ÿค–
20
- - Supports multiple development servers ๐Ÿค
21
- - Supports multiple users as bot developers ๐Ÿ‘ฅ
22
- - User friendly CLI ๐Ÿ–ฅ๏ธ
17
+ - Beginner friendly ๐Ÿš€
18
+ - Slash + context menu commands support โœ…
19
+ - Multiple dev guilds, users, & roles support ๐Ÿค
20
+ - Automatic command updates ๐Ÿค–
21
+ - REST registration behaviour ๐Ÿ“
22
+ - And much more! ๐Ÿงช
23
23
 
24
24
  ## Documentation
25
25
 
@@ -111,4 +111,4 @@ client.login('YOUR_TOKEN_HERE');
111
111
 
112
112
  ## Support and Suggestions
113
113
 
114
- If you are looking for support or want to provide suggestions, check out the [Discord](https://ctrl.lol/discord).
114
+ Submit any queries or suggestions in our [Discord community](https://ctrl.lol/discord).
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.6-dev.20231125121601",
4
+ "version": "0.1.6-dev.20231207091249",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",