0.0.2 • Published 3 months ago

erela-custom-filters v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Erela.js Filters Package

Description

This package provides additional filters for use with Erela.js, a powerful Node.js library for interacting with the Lavalink music system. These filters extend the functionality of Erela.js, allowing for more advanced music playback control and customization.

Installation

You can install this package via npm. Make sure you have Erela.js installed in your project before installing these filters.

npm install erela-custom-filters

Usage

const { Manager } = require("erela.js");
const filter  = require("erelajs-filters");
const manager = new Manager({
  plugins: [
    // Initiate the plugin
    new filter()
    
  ]
});

To Use Filters

<Player>.nightcore = true;
0.0.2

3 months ago

0.0.1

3 months ago