UNPKG

advanced-command-handler

Version:

A package to help you create a bot with only 1 main file, directories for your events/commands, with some helpers classes and functions.

35 lines (24 loc) 2.09 kB
# 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, wait for 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.<br> 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 **For more information on how to use it, see the Guide and the Documentation :** - [Documentation](https://advanced-command-handler.github.io/docs/) <br> - [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).<br> Feel free to PR to these to update these and add features that this handler can offer! ### That's all for now :)