DiscordJS v.14 Starting Point
The ultimate and easy scalable DiscordJS v.14 starting point for your Bot
If you like this project, please consider giving it a star so other people are more likely to find it! 🙂
If you are interested in a repository for the v.13 DiscordJS starting point, check out https://github.com/spoeky-dev/DiscordJS-13!
Features
- Documentation
- Slash Command Handler
- Global Commands
- Event Handler
- Example For Every Feature
Installation
First, clone this repository.
git clone https://github.com/spoeky-dev/DiscordJS-14.git
Then, install the necessary requirements.
npm install
Now, create a .env file and add your TOKEN
Last but not least, in ./src/handlers/slashHandler
add your clientID
and guildID
Start
To start your Bot, type
npm start
Or, if you are using nodemon, type
npm run dev