- Easy to use bot template that can be installed and customized quickly. Now with MongoDB support!
- You just need to edit
config.json
file
- You can quickly find me on my Discord server
- You need Node.js V12 or higher.
- Clone or fork this repository
- Edit
config.json
file - Run
npm install
command - Run
npm start
command
- Feel free to open PRs
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.