πŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more β†’
Socket
DemoInstallSign in
Socket

commandkit

Package Overview
Dependencies
Maintainers
1
Versions
254
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commandkit

Beginner friendly command & event handler for Discord.js

1.0.0-dev.20250530135418
Source
npm
Version published
Weekly downloads
1.3K
17.32%
Maintainers
1
Weekly downloads
Β 
Created
Source

support server npm version npm downloads

CommandKit

CommandKit is a library that makes it easy to handle commands and events in your Discord.js projects.

Supports Discord.js version 14

Features

  • Beginner friendly πŸš€
  • Suitable for both beginners and advanced users πŸ‘ΆπŸ‘¨β€πŸ’»
  • Slash + context menu commands + prefix commands support βœ…
  • Automatic command registration and updates πŸ€–
  • Command middlewares for easy command management πŸ› οΈ
  • Localization support through @commandkit/i18n plugin 🌍
  • Plugin system to extend functionality πŸ”Œ
  • Built-in command line interface for easy development πŸ–₯️
  • Out-of-the-box support for TypeScript and JavaScript πŸ“œ
  • Built-in customizable cache system for speedy data storage and retrieval πŸ—„οΈ
  • User installable/guild scoped commands πŸ”§
  • Custom events support πŸ””
  • JSX support for declaring Discord interaction components and modals 🎨
  • Easy to use interaction components and modals system (forget about collectors) 🧩
  • Less boilerplate code, more productivity πŸ’ͺ
  • and much more...

Documentation

You can find the full documentation here.

Installation

npm

To create a new CommandKit project, you can use the following command:

npm create commandkit@dev

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.

Getting Started

To get started with CommandKit, you can check out the quick start guide.

Support and Suggestions

Submit any queries or suggestions in our Discord community.

Keywords

discord.js

FAQs

Package last updated on 30 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts