0.1.0 • Published 1 year ago
distube-apple-music v0.1.0
distube-apple-music
A DisTube info extractor plugin for supporting Apple Music.
What is an info extractor plugin?
Installation
npm install distube-apple-music@latest
Usage
import { DisTube } from "distube";
import { AppleMusicPlugin } from "distube-apple-music";
const distube = new DisTube(client, {
plugins: [new AppleMusicPlugin()],
});
Acknowledgements
This package utilizes certain components of @discord-player/extractor and has been modified to work with DisTube.
Special thanks to the original authors for their excellent work.
0.1.0
1 year ago