Skip to content

Lunatix development, discord v14 bot template. for y'all developers!

License

Notifications You must be signed in to change notification settings

laschebest/discord-v14-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚒ Discord.js v14 Bot Template

(İngilizce bilmeyenler için türkçe aşağıda! ⤵)

👋 Welcome to the discord-v14-template project, if you need support join Lunatix Development!

🔧 Features

  • Sharding (optional)
  • Command Handling (/ and Custom Prefix)
  • MongoDB Support (if you want to use you can enable MongoDB in Utilities/Settings/config.js)
  • More than one prefix ".", "!", "&", "*"... (optional)
  • Command Cooldowns

🌆 Directories

  • Main (Main bot file (index.js), shard.js(Sharding Manager), Commands, Events)
  • Utilities (Database, Examples, Helpers, Settings)

⬇ How to setup:

  • Fill in Utilities/Settings/config.js.
  • Install modules using npm install command.

▶ How to start:

  • To run normally
npm run start
  • To run sharded
npm run sharded

⚒ Discord.js v14 Bot Altyapısı

👋 discord-v14-template projesine hoş geldiniz! Destek ihtiyacınız olursa Lunatix Development sunucusuna katılabilirsiniz!

🔧 Özellikler

  • Discord.js Sharding (opsiyonel)
  • Komut Yönetimi (/ ve Özel Prefixler)
  • MongoDB Desteği (MongoDB'yi kullanmak isterseniz Utilities/Settings/config.js dosyasında etkinleştirebilirsiniz)
  • Birden fazla prefix: ".", "!", "&", "*"... (isteğe bağlı)
  • Komut Cooldown (Bekleme Süresi)

🌆 Diziler

  • Main (Ana bot dosyası (index.js), shard.js (Sharding Manager), Commands, Events)
  • Utilities (Database, Examples, Helpers, Settings)

⬇ Kurulum:

  • Utilities/Settings/config.js dosyasını doldurun.
  • Modülleri npm install komutuyla yükleyin.

▶ Başlatma:

  • Normal olarak çalıştırmak için:
npm run start
  • Shard ile çalıştırmak için:
npm run sharded

Releases

No releases published

Packages

No packages published