Skip to content

SxMAbel/Discord.js-v13-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord.js-v13-Template

🎭 Features

  • [•] SlashCommand
  • [•] Sharding System

🖼️ Screenshots


📎 Requirements

🌐 Main

🚀 Installation from source

git clone https://github.com/SxMAbel/Discord.js-v13-Template.git

After cloning, run command

npm install
  • Start the bot with node index.js

*To snag all of the dependencies. Of course, you need node installed. I also strongly recommend nodemon as it makes testing much easier.

⚙️ Configurations

  • edit in Main/config.js or you can edit in .env
    token: process.env.TOKEN || "", // Your Bot's Token
    prefix: process.env.PREFIX || "!" // Bot Prefix

🌀 About

This bot is a Discord.js v13 template which is open sourced! If you liked this repository, feel free to leave a star ⭐ to help promote !

💌 Support Server

DiscordBanner

Support Us

You can support us by boosting our server so, it helps to maintain this project

🤝 Contributing

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/your-username/Discord.js-v13-Template.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Stage changes git add .
  5. Commit your changes: cz OR npm run commit do not use git commit
  6. Push to the branch: git push origin my-new-feature
  7. Submit a pull request

About

This template includes sharding system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published