Skip to content

Commit ce8c269

Browse files
committed
update README
1 parent d02faeb commit ce8c269

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/dt/commandkit?maxAge=3600" alt="npm downloads" /></a>
77
</div>
88

9+
<p align="center">The discord.js meta-framework for building powerful, modular, and extensible Discord bots with ease.</p>
10+
911
## Support and Suggestions
1012

1113
If you are looking for support or want to provide suggestions, check out the [Discord](https://ctrl.lol/discord).

packages/commandkit/README.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
<div align="center">
2-
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/website/static/img/ckit_logo.svg" width="60%" />
2+
<img src="https://raw.githubusercontent.com/underctrl-io/commandkit/main/apps/website/static/img/ckit_logo.svg" width="75%" />
33
<br />
44
<a href="https://ctrl.lol/discord"><img src="https://img.shields.io/discord/1055188344188973066?color=5865F2&logo=discord&logoColor=white" alt="support server" /></a>
55
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/v/commandkit?maxAge=3600" alt="npm version" /></a>
66
<a href="https://www.npmjs.com/package/commandkit"><img src="https://img.shields.io/npm/dt/commandkit?maxAge=3600" alt="npm downloads" /></a>
77
</div>
88

9-
# CommandKit
10-
11-
CommandKit is a library that makes it easy to handle commands and events in your Discord.js projects.
12-
13-
> **Supports Discord.js version 14**
9+
<p align="center">The discord.js meta-framework for building powerful, modular, and extensible Discord bots with ease.</p>
1410

1511
## Features
1612

@@ -31,9 +27,9 @@ CommandKit is a library that makes it easy to handle commands and events in your
3127
- Less boilerplate code, more productivity 💪
3228
- and much more...
3329

34-
## Documentation
30+
## Getting Started
3531

36-
You can find the full documentation [here](https://commandkit.dev).
32+
Get started by checking out the [documentation](https://commandkit.dev).
3733

3834
## Installation
3935

@@ -48,10 +44,6 @@ npm create commandkit
4844

4945
This will prompt you to enter few details about your project. Once you have entered the details, you can simply run `commandkit dev` to start the bot application.
5046

51-
## Getting Started
52-
53-
To get started with CommandKit, you can check out the [quick start guide](https://commandkit.dev/docs/next/guide/installation).
54-
5547
## Support and Suggestions
5648

5749
Submit any queries or suggestions in our [Discord community](https://ctrl.lol/discord).

0 commit comments

Comments
 (0)