Node.js
v16.7.0+ &NPM
v7.21.0+Discord.js v13
applications.commands
scope enabled on the Discord Developer Portal (Required for Slash Commands)
Automatic Slash Command Builder
: No need to configure two sets of arguments. The arguments are valid for both Message and Slash Commands.Plugin System
: No need to navigate through the core of the bot. Just add what you need to the plugins folder.Module System
: Organize your code using different modules.Logging
: This Template has a built-in logging system with file and console output.Command Crash Report
: A command has crashed? No problem. If the error happens inside the command, a crash report will be generated and your users will be notified.
Command | |
---|---|
ECL | Enable or disable commands on the fly, no need for restart. |
EVAL | Evaluate code inside your bot without need for creating new files. |
PERMTOKEN | Activate Permission Tokens to grant permissions to a user. |
REGISTER | Add commands on test mode without needing to restart the bot. |
RELOAD | Reload a command to apply the changes made to it. |
Command | |
---|---|
HELP | Show all commands accessible to the user, or the help message for a specific command |
PERMLEVEL | Shows the user's current Permission Level |
PING | Pong. Shows the Bot's current ping. |
Label:
Available
: Full supportSunsetting
: Will be discontinuedDiscontinued
: No support will be provided
Version | Support Status |
---|---|
v1.0.0 | Available |
Notes:
- Check regularly the Releases section to keep youself informed about the latest updates.
- Versioning follows the Semver specification.
- All versions ending with
-alpha
have no support.
- Download the latest Release
- Extract it.
- Go to the Discord Developer Portal and grab your bot token.
- Open config.json.
- Paste your token on the
token
property. - Start the bot.
Documentation is available on this page
If you have a suggestion for this Template, feel free to open an issue on the Issues Panel
Before submiting an issue, make sure you've read the Documentation
Please refer to CONTRIBUTING.MD
Copyright © 2021-2022 DarkenLM [email protected]
This project is under the GNU v3.0 Licence