This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

mikuni-deezer
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

mikuni-deezer

A plugin that allows you to play music on deezer

Install

npm i mikuni-deezer

Support source:

- https://www.deezer.com/us/playlist/53362031
- https://www.deezer.com/us/track/6745599
- https://www.deezer.com/us/album/103248
- redirect urls are supported

How to

const { Kazagumo } = require('mikuni-kazagumo');
const Deezer = require('mikuni-deezer');

const kazagumo = new Kazagumo(
  {
    plugins: [
      new Deezer({
        playlistLimit: 20
      }),
    ],
  },
  new Connectors.DiscordJS(client),
  Nodes,
);

kazagumo.search(`https://www.deezer.com/us/playlist/53362031`); // track, album, playlist
kazagumo.search('mirror heart', { engine: 'deezer' }); // search track using deezer

Readme

Keywords

none

Package Sidebar

Install

npm i mikuni-deezer

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

46.3 kB

Total Files

9

Last publish

Collaborators

  • achira