0.3.7 • Published 3 years ago

pluris v0.3.7

Weekly downloads
11
License
mit
Repository
github
Last release
3 years ago

Pluris

Extra prototypes and utilities for the Eris Discord API Library


Installation and Usage

You will need to have at least Eris v0.15.0 installed. Previous versions of Eris may work but will not be tested for compatibility with the current version of Pluris. You must also make sure that other packages do not conflict with Pluris.

$ npm i pluris

After installing Pluris, make sure you initialise Eris with Pluris

const Eris = require('eris');
require('pluris')(Eris);

You will only need to do this once, preferably in your main bot file. To disable specific plugins, supply an object in the second parameter with the plugin name set to false. See below for a list of available plugins

const Eris = require('eris');
require('pluris')(Eris, { awaitMessages: false });

Setting the plugin to true will keep the plugin enabled

Plugins

(In case I've missed some plugins from this list, you can see the docs folder for available plugins)

TypeScript

This package includes some documentation updates for Eris. I have tried to overwrite the typings as best as I can, however if there are any errors or issues, please let me know.

Need some help?

Feel free to contact me by joining either servers:

  • Axon Labs (preferred) in the #other-support channel
  • Dyno (most active) in the #code-dev channel, by running ?rank Code in #commands when joining the server
  • I kindly ask you not to use the #js_eris channel in Discord API so that the channel can be focused on Eris itself

License

Please see the license file.

0.3.7

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.2-test3

3 years ago

0.3.3

3 years ago

0.3.2-test2

3 years ago

0.3.2-test

3 years ago

0.3.2

3 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.1

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago