Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/expensiveee/prodige

Prodige, get straight to it
https://github.com/expensiveee/prodige

discord discord-bot discord-js javascript nodejs

Last synced: 3 months ago
JSON representation

Prodige, get straight to it

Awesome Lists containing this project

README

        






Discord server


NPM version


NPM downloads




Top language


Last commit


Code size


Codefactor


Lines of code count




NPM




# Prodige

_**Prodige, get straight to it**_

Prodige is one of the most advanced command/event handler for Discord bots using 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

Node.js 14.0.0 or newer is required.

```
$ npm install prodige
```

# ✍ | Example usage

index.js

```js
const { Prodige } = require('prodige');
const { Intents } = require('discord.js');

const client = new Prodige({
intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES],
}).start({
token: 'token',
prefix: ['?', '!'],
});
```

# 👥 | Links

- [Discord Server](https://discord.gg/es2CtXymWP)
- [Documentation](https://theexpensiveee.gitbook.io/prodige)
- [Github](https://github.com/Expensiveee/prodige)
- [NPM](https://npmjs.com/package/prodige)

# 🦮 | Get help

Having troubles with the documentation? Join our [discord server](https://discord.gg/es2CtXymWP) to get help.