Filter by xt1s-shop
npm install xtones-erela.js-filterIt is recommended to read the documentation to start, and the guides to use the plugin.
- Guides
NPM :
``sh`
npm install erela.js-filters
Yarn :
`sh`
yarn add erela.js-filters
Repository:
`sh`
https://github.com/OpenianDevelopment/erela.js-filters
##Important
>This is used to be Dev Release of Lavalink version.
- ### Nightcore
> Add nighcore filter to the player \
> Example: player.nightcore = true;
>
- ### Vaporwave
> Add vaporwave filter to the player \
> Example: player.vaporwave = true;
>
- ### BassBoost
> Add Bass Boost filter to the player \
> Example: player.bassboost = true;
>
- ### Pop
> Add pop filter to the player \
> Example: player.pop = true;
>
- ### Soft
> Add soft filter to the player \
> Example: player.soft = true;
>
- ### treblebass
> Add treble bass filter to the player \
> Example: player.treblebass = true;
>
- ### Eight Dimension
> Add 8D filter to the player \
> Example: player.eightD = true;
>
- ### Karaoke
> Add karaoke filter to the player \
> Example: player.karaoke = true;
>
- ### Vibrato
> Add vibrato filter to the player \
> Example: player.vibrato = true;
>
- ### Tremolo
> Add tremolo filter to the player \
> Example: player.tremolo = true;
- ### Reset
> Reset the filter
> Example: player.reset();
`javascript
const { Manager } = require("erela.js");
const filter = require("erela.js-filters");
const manager = new Manager({
plugins: [
// Initiate the plugin
new filter()
]
});
``$3
javascript``
// to add nightcore filter
// to remove nightcore filter