Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Bot template with multi language support prepared using DiscordJS v12. Now with MongoDB support!

License

Notifications You must be signed in to change notification settings

KerimPotter/discordjs-v12-template

 
 

Repository files navigation

Bot template with multi language support prepared using DiscordJS v12

  • Easy to use bot template that can be installed and customized quickly. Now with MongoDB support!
  • You just need to edit config.json file

Get live support

Installation

  • You need Node.js V12 or higher.
  • Clone or fork this repository
  • Edit config.json file
  • Run npm install command
  • Run npm start command

Contributing

  • Feel free to open PRs

Quick Documentation

Q: How can I add more languages?
A: To add more languages just copy one of the en or tr folder in locales folder and translate it. Do not change the key names.

Q: Can I use this codes with DiscordJS v11?
A: Basically, you can't.

Q: I want to add new command, but how can I use language system?
A: Just add you new command and use client.i18n.get("LANG_CODE", "SECTION", "KEY"). And don't forget to add "KEY" value to required files in all language folders.

About

Bot template with multi language support prepared using DiscordJS v12. Now with MongoDB support!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Batchfile 0.5%