1.0.0 • Published 9 months ago

@distube/bandlab v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@distube/bandlab

A DisTube playable extractor plugin for supporting Bandlab.

What is a playable extractor plugin?

Installation

npm install @distube/bandlab@latest

Usage

import { DisTube } from "distube";
import { BandlabPlugin } from "@distube/bandlab";

const distube = new DisTube(client, {
  plugins: [new BandlabPlugin()],
});
1.0.0

9 months ago