A Simple Discord.js Bot Template for V14.x
- Download the files and open with your Editor
- Open the console and do the following:
npm i
- Insert your bots token in the
.env
file - run
npm run dev
The bot should start and you can start developing! This template uses nodemon, so the bot will automatically restart after a change was made.
- This Bot does Only Support Application Commands -> Slash Commands, Context Menu Interactions,..
- Go to
handler/index.js
line 30 - 32 to activate and push the commands to the public! - This template is based on a Node.js Application using Discord.js V14.x
Made by Sebi