This is more than just a template. The DiscordJS V14 Sheweny Template aims to provide a strong foundation for Discord bot development. Built with Discord.js v14 and the Sheweny framework, it offers a scalable and feature-rich starting point for both beginners and experienced djs developers. The purpose of this model is to save initial steps time.
Fork the project or click on button.
git clone your-repo
cd your-repo
npm install
- Add your bot token and mongodb connection string in
.env
. - Run
npm start
.
- Command handling
- Event handling
- Scalable architecture
- Pre-configured
- Languages support
Don't want languages system ?
Use no-multi-languages branch.
Or no-multi-languages-js for javascript language.
📦src
┣ 📂commands
┃ ┗ 📜language.command.ts
┣ 📂lang
┃ ┣ 📜en.json
┃ ┗ 📜fr.json
┣ 📂models
┃ �