Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativedevelopments/cdcommands
An advanced handler for Discord.js Bots with TypeScript and JavaScript support.
https://github.com/creativedevelopments/cdcommands
command-handler discord-bot discord-js event-handler language-support mongodb multilanguage-support
Last synced: about 1 month ago
JSON representation
An advanced handler for Discord.js Bots with TypeScript and JavaScript support.
- Host: GitHub
- URL: https://github.com/creativedevelopments/cdcommands
- Owner: CreativeDevelopments
- License: apache-2.0
- Created: 2021-02-18T18:12:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T23:02:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T14:32:38.622Z (about 1 month ago)
- Topics: command-handler, discord-bot, discord-js, event-handler, language-support, mongodb, multilanguage-support
- Language: JavaScript
- Homepage: https://docs.creativedevelopments.org/cdcommands
- Size: 609 KB
- Stars: 21
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
CDCommands
An advanced handler for Discord.js Bots with TypeScript and JavaScript support!
---
# We have now moved this over to our new [Guide](https://docs.creativedevelopments.org/cdcommands).
## Contents of the Guide
- [Home Page](https://docs.creativedevelopments.org/cdcommands/)
- [Changelog](https://docs.creativedevelopments.org/cdcommands/development/changelog)
- [Supported Languages](https://docs.creativedevelopments.org/cdcommands/development/supported-languages)
- [Contribute](https://docs.creativedevelopments.org/cdcommands/development/contribute)
- [Issues and Feature Requests](https://docs.creativedevelopments.org/cdcommands/development/issues-and-features-requests)
- [Installation](https://docs.creativedevelopments.org/cdcommands/getting-started/installation)
- [Initial Setup](https://docs.creativedevelopments.org/cdcommands/getting-started/initial-setup)
- [Creating a Basic Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/command-properties)
- [Command Properties](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/command-properties)
- [Argument Validation](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/argument-validation)
- [Validate](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/argument-validation/the-validate-function)
- [On Error](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/argument-validation/the-on-error-function)
- [On Success](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/argument-validation/the-on-success-function)
- [Default Commands](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands)
- [Help Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/help-command)
- [Prefix Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/prefix-command)
- [Language Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/language-command)
- [Roles Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/roles-command)
- [Commands Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/commands-command)
- [Categories Command](https://docs.creativedevelopments.org/cdcommands/creating-a-basic-command/default-commands/categories-command)
- [Creating an Event](https://docs.creativedevelopments.org/cdcommands/creating-events-and-features/creating-an-event)
- [Creating a Feature](https://docs.creativedevelopments.org/cdcommands/creating-events-and-features/creating-a-feature)
- [Default Responses](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses)
- [Fetching Values](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/fetching-values)
- [Embeds](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/embeds)
- [Replacers](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/replacers)
- [String Replacers](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/replacers/string-replacers)
- [Embed Replacers](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/replacers/embed-replacers)
- [Language Support](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/language-support)
- [Changing Your Language](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/language-support/changing-your-language)
- [Adding a New Language](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/language-support/adding-a-new-language)
- [Dynamic Language Support](https://docs.creativedevelopments.org/cdcommands/message.json/default-responses/language-support/dynamic-language-support)
- [Client Utils](https://docs.creativedevelopments.org/cdcommands/utils/client-utils)# Other
If you have any suggestions, bugs or need some help setting it up please join our [Support Server](https://discord.com/invite/jUNbV5u).
You can see what we are adding next on the [to do list](https://github.com/CreativeDevelopments/CDCommands/blob/main/TODO.md) on our GitHub repository.