Simple and easy to use Slash Command Handler for Discord.js v14.
- 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.
- Fill out the
config.ts.TEMPLATE
located in thesrc/data
folder. - Rename the
config.ts.TEMPLATE
toconfig.ts
- Run the following command to install the package:
npm install
- Build the bot with the following command:
npm run build
- Run the bot with the following command:
npm start
ornode .
- Enjoy!
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.
Just make a pull request and I will review it.