JSPM

commandkit

1.2.0-dev.20250913124226
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2912
  • Score
    100M100P100Q102894F
  • License MIT

Beginner friendly command & event handler for Discord.js

Package Exports

  • commandkit
  • commandkit/ai
  • commandkit/analytics
  • commandkit/async-queue
  • commandkit/cache
  • commandkit/components
  • commandkit/config
  • commandkit/env
  • commandkit/events
  • commandkit/flag
  • commandkit/hooks
  • commandkit/i18n
  • commandkit/jsx-runtime
  • commandkit/kv
  • commandkit/logger
  • commandkit/mutex
  • commandkit/plugin
  • commandkit/ratelimit
  • commandkit/semaphore

Readme


support server npm version npm downloads

The discord.js meta-framework for building powerful, modular, and extensible Discord bots with ease.

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...

Getting Started

Get started by checking out the documentation.

Installation

npm

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

npm create commandkit

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.

Support and Suggestions

Submit any queries or suggestions in our Discord community.