commandkit icon indicating copy to clipboard operation
commandkit copied to clipboard

Only focus on what matters - Let CommandKit handle your commands and events in your Discord.js projects!


support server npm version npm downloads

You are currently looking at the next major version of CommandKit. You can view the master branch here


CommandKit is a powerful and easy-to-use command and event handler for your Discord.js project. It takes away the hassle of manually registering commands & event listeners, and lets you focus on the core features of your bot. It also offers additional features that make bot development a lot easier such as commands validation, developer-only commands, and permissions validation.

The quickest way to setup a CommandKit project is to use the create-commandkit CLI:

npm create commandkit@next

Links