An easy-to-use discord.js template!
- Open your project directory in a command prompt or a terminal using
cd
command. Example:cd C:\MyUser\Desktop\MyProject
orcd /home/usr/MyProject
- Run this line of code to download DJS Template:
- For windows:
curl -O https://oguzhanumutlu.github.io/DJSTemplate/releases/setup.cmd && setup
- For mac/linux:
curl https://oguzhanumutlu.github.io/DJSTemplate/releases/setup.sh | bash
- Uh, a device that can run node.js.
- Node version
>= 17.5.0
- Do you have an issue about how to do a thing or having an error while doing something?
- Want to report a bug, ask a question, give an advice or just want to say something?
- Want to help the code or fix a bug on the code?
Things which will be done in the feature etc. will be here.
Config parserError dump systemMaking the slash command structure callable with parameter guildSlash command basePrefix command baseReloading commands- Message applications
- User applications
Auto command/slash/language reloaderReloading config- Formatting command config lines
No crashingToken hiderCustom event baseCreate temporarily files instead of using evalDo not update application commands on servers if structure hasn't changed
Basic CLICommand config formatter
Button helperReaction helperModal form helperEmbed helperWhitelisting/blacklisting roles, permissions, channels, usersCooldown helperAsync loopsRepeat function that returns repeat instance
- Events
- All helpers
- Updating
- Languages
- Make it so there will be CommandSession PrefixCommandSession SlashCommandSession EventSession which will have the arguments which command files can reach
- more helpful functions?