A template for creating discord bots with node.js and discord.js
This project was guided by Discord.js Guide
- Easy create new commands with lots of precreated modifications (see add a command)
- Add own modificators for better command-handling (see add a modification)
- Address your commands with slash commands (see slash commands)
- Use precreated database or create new ones (see database)
- Use precreated logger to log console outputs (see use logger)
- Add own languages or use the precreated english and german for responses in discord (see add a language)
- Customise bot in config file (see config file)
Please use the wiki to find out, how to use this template!