1.0.0 • Published 3 years ago

prodige v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Prodige

Prodige, get straight to it

Prodige is one of the most advanced command/event handler for discord.js. It has a lot of features such as aliases, cooldowns, channel only commands, permissions only commands, roles only commands... But the most important thing: argument handling. Prodige has an integrated argument handler system that allows you to be sure that your arguments will 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

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

🦮 | Get help

Having troubles with the documentation? Join our discord server to get help.

1.1.1

3 years ago

1.0.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago