Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.51 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.51 KB

DiscordJS V14 Template

A Discord V14 Template with Slash-Commands, Legacy Commands, Sub-Folders & More!

Installation

Clone with Github

  git clone https://github.com/WillKirkmanM/DiscordJS-V14-Template.git
  cd DiscordJS-V14-Template

Clone with Git-CLI

    gh repo clone WillKirkmanM/DiscordJS-V14-Template
    cd DiscordJS-V14-Template

Use This Template

Rename .env.example to .env and put your token following:

    TOKEN=YOUR_TOKEN

Start Bot (Dependencies Will be Installed Automatically)

Linux / Unix:

  ./start.sh

Windows:

  ./start.ps1

Get in Contact

You 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

Authors