kazagumo-filter
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

kazagumo-filter

A plugin that allows you to set filter faster in Kazagumo

Install

npm i kazagumo-filter

Support filter:

- clear
- eightD
- soft
- speed
- karaoke
- nightcore
- pop
- vaporwave
- bass
- party
- earrape
- equalizer
- electronic
- radio
- tremolo
- treblebass
- vibrato
- china
- chimpunk
- darthvader
- daycore
- doubletime
- pitch
- rate
- slow

How to

const { Kazagumo } = require('kazagumo');
const KazagumoFilter = require('kazagumo-filter');

const kazagumo = new Kazagumo(
  {
    plugins: [
      new KazagumoFilter(),
    ],
  },
  new Connectors.DiscordJS(client),
  Nodes,
);

const player = kazagumo.player.get("guild_id")
await player.filter("nightcore")

Readme

Keywords

none

Package Sidebar

Install

npm i kazagumo-filter

Weekly Downloads

10

Version

2.0.0

License

ISC

Unpacked Size

23 kB

Total Files

14

Last publish

Collaborators

  • rainyxeon
  • whiteslash