> For the complete documentation index, see [llms.txt](https://theexpensiveee.gitbook.io/prodige/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theexpensiveee.gitbook.io/prodige/master.md).

# Prodige

![](/files/-Mem3Is48gX3RrhTXQIH)

## What is Prodige?

Prodige is one of the most advanced **command/event handler** for discord.js. It has a **lots of features** that you can discover by reading the documentation. **Prodige has an integrated argument handler system** that allows you to be sure that your arguments will be as you expect them to be. Prodige also has precise and explicit error messages.

## Installation

To install Prodige in your project run one of these commands depending on your package manager

```
$ npm i prodige
```

or

```
$ yarn add prodige
```

{% hint style="info" %}
Prodige uses discord.js v13
{% endhint %}
