A DisTube info extractor plugin for supporting Deezer.
npm install @distube/deezerA DisTube info extractor plugin for supporting Deezer.
_What is an info extractor plugin?_
``sh`
npm install @distube/deezer@latest
`ts
import { DisTube } from "distube";
import { DeezerPlugin } from "@distube/deezer";
const distube = new DisTube(client, {
plugins: [new DeezerPlugin()],
});
``