Skip to content

⚡ Quick-start kit for scalable Discord bots, featuring Discord.js v14, Sheweny framework, and Mongoose integration.

License

Notifications You must be signed in to change notification settings

Pexilo/Template-DJS14-Sheweny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordJS V14 Sheweny Template

image(3)

Version License: MIT

⚡ About The Template

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.

🛠 Installation

Fork the project or click on button.

git clone your-repo
cd your-repo
npm install

🔧 Usage

  1. Add your bot token and mongodb connection string in .env.
  2. Run npm start.

✨ Features

  • 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.

🌎 Integrated languages

• ☕ English᲼᲼᲼᲼᲼᲼᲼• 🥖 French

🧑‍💻 Technical stuff

LanguageManager Technical Details

Structure

📦src
 ┣ 📂commands
 ┃ ┗ 📜language.command.ts
 ┣ 📂lang
 ┃ ┣ 📜en.json
 ┃ ┗ 📜fr.json
 ┣ 📂models
 ┃ �