create-dc-client
v1.0.6
Published
This is package to create a default discord-bot-client.
Downloads
16
Maintainers
Readme
Create DC Client
This is a npm package to easily create a new discord bot. It creates a basic template with everything you need (Features down below).
Installation
Install create-dc-client with npm
npm install -g create-dc-client
Usage
Open cmd in your project folder or create a new one.
Then run:
create-dc-client
Now just follow the given instructions.
Features
- Optional sharding
- Event handler
- SlashCommand handler
- SubCommand handler
- Button handler
- Carousel handler
- Example commands
- discord-js v14