distube-apple-music
v0.1.0
Published
A DisTube info extractor plugin for supporting Apple Music.
Downloads
261
Maintainers
Readme
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.