This is a high-performance, clean, and easy-to-use Discord.js v14 template. This setup provides a solid foundation for building any type of Discord bot. It fully supports slash commands and features a modular handler system for commands and events.
- For installation or support, join the Coders community.
🌟 Support the project by giving it a star and forking the repository
- Install Node.js on your computer.
Requires Node.js v18 or newer
- Download this project as a ZIP file and extract it to a folder.
- Configure the
src/config.jsonfile with your bot credentials. - Open a terminal (PowerShell or CMD) in the project directory.
- Run the following command to install dependencies:
npm install
- Start the bot by running:
node src/index.js
