Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/expensiveee/prodige
- Owner: Expensiveee
- License: mit
- Created: 2021-07-08T02:28:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T22:45:08.000Z (over 3 years ago)
- Last Synced: 2024-10-12T03:20:52.967Z (3 months ago)
- Topics: discord, discord-bot, discord-js, javascript, nodejs
- Language: TypeScript
- Homepage:
- Size: 231 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.