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