Skip to content

Latest commit

History

History
24 lines (19 loc) 路 1.08 KB

File metadata and controls

24 lines (19 loc) 路 1.08 KB

Discord.js-Advanced-Command-Handler

Simple and easy to use Slash Command Handler for Discord.js v14.

Prerequisites

  • Node.js v18.17.1 or newer is recommended. Older versions might work. You can download it here.
  • Typescript v5.2.2 or newer is recommended. Older versions might work. You can download it here.

Installation

  1. Fill out the config.ts.TEMPLATE located in the src/data folder.
  2. Rename the config.ts.TEMPLATE to config.ts
  3. Run the following command to install the package: npm install
  4. Build the bot with the following command: npm run build
  5. Run the bot with the following command: npm start or node .
  6. Enjoy!

Categories

You can create as many subfolders as you want, and each of these folders can have an unlimited number of nested subfolders. You only need to specify the interaction like the already existing ones in the /interactions folder.

Contributing

Just make a pull request and I will review it.

License

MIT