cdcommands
Version:
An advanced handler for Discord.js Bots with TypeScript and JavaScript support.
85 lines (75 loc) • 6.1 kB
Markdown
<!-- Logo -->
<h1 align="center">
<a href="https://discord.gg/jUNbV5u" target="_blank">
<img src="./images/cdcommands.png" alt="Logo">
</a>
</h1>
<!-- Title -->
<div align="center">
<h3>CDCommands</h3>
<h4>An advanced handler for Discord.js Bots with TypeScript and JavaScript support!</h4>
</div>
<br>
<!-- Badges -->
<p align="center">
<a href="https://discord.gg/jUNbV5u" target="_blank">
<img src="https://img.shields.io/discord/769710808435261490.svg?logo=discord" alt="Discord Server">
</a>
<a href="https://www.npmjs.com/package/cdcommands" target="_blank">
<img src="https://img.shields.io/npm/dt/cdcommands.svg?logo=npm" alt="Downloads">
</a>
<a href="https://www.npmjs.com/package/cdcommands" target="_blank">
<img src="https://img.shields.io/npm/dm/cdcommands.svg?logo=npm" alt="Monthly Downloads">
</a>
<a href="https://www.npmjs.com/package/cdcommands" target="_blank">
<img src="https://img.shields.io/npm/v/cdcommands.svg?style=color=blue&logo=npm" alt="Version">
</a>
<a href="https://github.com/CreativeDevelopments/CDCommands/blob/main/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/license-Apache%202-blue.svg?logo=apache" alt="License">
</a>
<a href="https://patreon.com/_CreativeDevelopments" target="_blank">
<img src="https://img.shields.io/badge/Patreon-__CreativeDevelopments-blue.svg?logo=patreon" alt="Patreon">
</a>
<a href="https://github.com/CreativeDevelopments/CDCommands" target="_blank">
<img src="https://img.shields.io/github/stars/CreativeDevelopments/CDCommands?style=social&logo=github" alt="Stars">
</a>
</p>
---
# 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.