Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willkirkmanm/discordjs-v14-template
🤖 A DiscordJS Template with Slash Command Support, Buttons and More.
https://github.com/willkirkmanm/discordjs-v14-template
button-handler discord-bot discord-command discord-command-handler discord-js discordjs event-handler slash-command-handler
Last synced: about 1 month ago
JSON representation
🤖 A DiscordJS Template with Slash Command Support, Buttons and More.
- Host: GitHub
- URL: https://github.com/willkirkmanm/discordjs-v14-template
- Owner: WillKirkmanM
- License: mit
- Created: 2022-02-02T21:17:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T15:57:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T00:41:47.854Z (almost 2 years ago)
- Topics: button-handler, discord-bot, discord-command, discord-command-handler, discord-js, discordjs, event-handler, slash-command-handler
- Language: JavaScript
- Homepage: https://github.com/WillKirkmanM/DiscordJS-V13-Template
- Size: 13.3 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DiscordJS V14 Template
A Discord V14 Template with Slash-Commands, Legacy Commands, Sub-Folders & More!
## InstallationClone with Github
```bash
git clone https://github.com/WillKirkmanM/DiscordJS-V14-Template.git
cd DiscordJS-V14-Template
```
Clone with [Git-CLI](https://cli.github.com/)```bash
gh repo clone WillKirkmanM/DiscordJS-V14-Template
cd DiscordJS-V14-Template
```Use This Template
**Rename .env.example to .env and put your token following:**
```bash
TOKEN=YOUR_TOKEN
```
Start Bot (Dependencies Will be Installed Automatically)`Linux / Unix`:
```bash
./start.sh
```
`Windows`:
```bash
./start.ps1
```
## Get in ContactYou can contact me by sending me a message on Discord (**WIll#7226**)
## Features
- Concise & Readable Code
- Slash-Commands Handler with Sub-Folders
- Legacy Command Handler with Sub-Folders
- Event Handler with Sub-Folders
- Sub-Command Handler with Sub-Folders
- Button Handler with Sub-Folders
- Fully Extensible
- Easy to Edit **config.js** file
- Minimal Dependencies
## License[MIT](https://choosealicense.com/licenses/mit/)
## Authors
- [@WillKirkmanM](https://www.github.com/WillKirkmanM)