This is a npm package to easily create a new discord bot. It creates a basic template with everything you need (Features down below).
Install create-dc-client with npm
npm install -g create-dc-client
Open cmd in your project folder or create a new one.
Then run:
create-dc-client
Now just follow the given instructions.
- Optional sharding
- Event handler
- SlashCommand handler
- SubCommand handler
- Button handler
- Carousel handler
- Example commands
- discord-js v14
- supports npm, yarn and pnpm