Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imgajeed76/create-dc-client
This is package to create a default discord-bot-client.
https://github.com/imgajeed76/create-dc-client
discord discord-bot discord-bot-template discord-bot-v14 discord-js discord-template discord-v14
Last synced: 4 months ago
JSON representation
This is package to create a default discord-bot-client.
- Host: GitHub
- URL: https://github.com/imgajeed76/create-dc-client
- Owner: ImGajeed76
- License: mit
- Created: 2023-01-05T22:06:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T01:10:20.000Z (about 2 years ago)
- Last Synced: 2024-10-12T03:20:29.915Z (4 months ago)
- Topics: discord, discord-bot, discord-bot-template, discord-bot-v14, discord-js, discord-template, discord-v14
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-dc-client
- Size: 40 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create DC Client
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)This is a npm package to easily create a new discord bot. It creates a basic template with everything you need ([Features](#Features) down below).
## InstallationInstall [create-dc-client](https://www.npmjs.com/package/create-dc-client) with npm
```bash
npm install -g create-dc-client
```
## UsageOpen cmd in your project folder or create a new one.
Then run:
```bash
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
- supports npm, yarn and pnpm## Author
- [@ImGajeed76](https://github.com/ImGajeed76)
## Contributors
![image](https://contrib.rocks/image?repo=ImGajeed76/create-dc-client)