Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/advanced-command-handler/advanced-command-handler
This is an Advanced Command Handler that uses classes for commands.
https://github.com/advanced-command-handler/advanced-command-handler
bot classes command-handler commandhandler-events discord discord-bot discord-js javascript v12
Last synced: 3 months ago
JSON representation
This is an Advanced Command Handler that uses classes for commands.
- Host: GitHub
- URL: https://github.com/advanced-command-handler/advanced-command-handler
- Owner: Advanced-Command-Handler
- License: mit
- Created: 2020-01-18T01:17:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T15:16:42.000Z (4 months ago)
- Last Synced: 2024-09-26T14:02:43.516Z (4 months ago)
- Topics: bot, classes, command-handler, commandhandler-events, discord, discord-bot, discord-js, javascript, v12
- Language: TypeScript
- Homepage: https://ayfri.gitbook.io/advanced-command-handler/
- Size: 1.36 MB
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Advanced Command Handler
[![npm](https://img.shields.io/npm/dt/advanced-command-handler?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/advanced-command-handler)
[![npm](https://img.shields.io/npm/v/advanced-command-handler?logo=npm&style=for-the-badge)](https://www.npmjs.com/package/advanced-command-handler)
[![GitHub issues](https://img.shields.io/github/issues-raw/advanced-command-handler/advanced-command-handler?logo=github&style=for-the-badge)](https://github.com/advanced-command-handler/Advanced-Command-Handler/issues)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/advanced-command-handler/advanced-command-handler/master?logo=github&style=for-the-badge)[![npm install](https://nodei.co/npm/advanced-command-handler.png?downloads=true&stars=true)](https://www.npmjs.com/package/advanced-command-handler)
This is an Advanced Command Handler for Discord Bots, which uses classes for commands & events. You have a plethora of utils like functions that everyone uses, functions for errors, functions for
tedious things that everyone needs for a Discord Bot, and some classes to simplify Logging things and manipulating embeds.**Version 3.0 uses Discord.js v12, use 3.1 to use Discord.js v13.**
This library is here to simplify a lot developing Discord Bots and is far from being finished with every feature I want to add.
So feel free to watch this repo for futures releases!
For now, it offers :- Command Handling
- SubCommand Handling
- Event Handling
- Default message event & help command
- A complete Logger
- Some utilities function for errors, jsons and other
- Typed arguments for commands**For more information on how to use it, see the Guide and the Documentation :**
- [Documentation](https://advanced-command-handler.github.io/docs/)
- [Guide](https://ayfri.gitbook.io/advanced-command-handler/)You can also see some examples that I've made [here](https://github.com/Ayfri/advanced-command-handler-examples).
Feel free to PR to these to update these and add features that this handler can offer!### That's all for now :)