Derpinou / prodige

๐˜—๐˜ณ๐˜ฐ๐˜ฅ๐˜ช๐˜จ๐˜ฆ, ๐˜จ๐˜ฆ๐˜ต ๐˜ด๐˜ต๐˜ณ๐˜ข๐˜ช๐˜จ๐˜ต๐˜ฉ ๐˜ต๐˜ฐ ๐˜ช๐˜ต.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

๐˜—๐˜ณ๐˜ฐ๐˜ฅ๐˜ช๐˜จ๐˜ฆ, ๐˜จ๐˜ฆ๐˜ต ๐˜ด๐˜ต๐˜ณ๐˜ข๐˜ช๐˜จ๐˜ต๐˜ฉ ๐˜ต๐˜ฐ ๐˜ช๐˜ต.

License:MIT License


Languages

Language:TypeScript 99.8%Language:Shell 0.2%