File tree Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Expand file tree Collapse file tree 3 files changed +25
-16
lines changed Original file line number Diff line number Diff line change @@ -8,19 +8,18 @@ import Link from 'next/link';
88
99export function FeatureList() {
1010 return (
11- <section className = " w-96 mx-auto md:w-[700px] lg:w-[850px]" >
11+ <section className = " max-w-[400px] md:max-w-none mx-auto md:w-[700px] lg:w-[850px]" >
1212 <h2 >Features</h2 >
1313
1414 <ul >
1515 <li >Beginner friendly 🚀</li >
16- <li >Supports slash + context menu commands ✅</li >
17- <li >Supports multiple development servers 🤝</li >
18- <li >Supports multiple bot developers 👥</li >
16+ <li >Slash + context menu commands support ✅</li >
17+ <li >Multiple dev guilds, users, & roles support 🤝</li >
1918 <li >Automatic command updates 🤖</li >
20- <li >Object oriented 💻 </li >
21- <li >Easy-to-use CLI 🧑💻 </li >
19+ <li >REST registration behaviour 📍 </li >
20+ <li >And much more! 🧪 </li >
2221 </ul >
23- </section >
22+ </section >
2423 )
2524
2625}
@@ -50,7 +49,7 @@ export default function Home() {
5049 </p >
5150
5251 <div className = " flex items-center justify-center gap-3 mt-10 md:justify-start text-neutral-100" >
53- <Link href = ' /docs/installation' className = " font-semibold bg-[#b079fc] py-2 px-4 rounded-full" >Documentation </Link >
52+ <Link href = ' /docs/installation' className = " font-semibold bg-[#b079fc] py-2 px-4 rounded-full" >Docs </Link >
5453 <Link href = ' https://github.com/underctrl-io/commandkit' className = " font-semibold bg-blue-500 py-2 px-4 rounded-full" target = " _blank" rel = " noopener noreferrer" >GitHub</Link >
5554 <Link href = ' https://npmjs.com/package/commandkit' className = " font-semibold bg-[#fc7993] py-2 px-4 rounded-full" >npm</Link >
5655 </div >
Original file line number Diff line number Diff line change 11<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%" />
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>
@@ -14,12 +14,12 @@ CommandKit is a library that makes it easy to handle commands and events in your
1414
1515## Features
1616
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! 🧪
2323
2424## Documentation
2525
@@ -111,4 +111,4 @@ client.login('YOUR_TOKEN_HERE');
111111
112112## Support and Suggestions
113113
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 ) .
You can’t perform that action at this time.
0 commit comments