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.
- package/README.md +8 -8
- 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.
|
|
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
|
-
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
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
|
-
|
|
114
|
+
Submit any queries or suggestions in our [Discord community](https://ctrl.lol/discord).
|
package/package.json
CHANGED