1.0.10 • Published 10 months ago

rainlink-deezer v1.0.10

Weekly downloads
-
License
BSD-2-Clause
Repository
github
Last release
10 months ago

rainlink-deezer

A rainlink plugin that allows you to play music on deezer

Install

npm i rainlink-deezer

Support source:

- https://deezer.page.link/VkqxgiMvfR7tWamm6
- https://www.deezer.com/us/playlist/53362031
- https://www.deezer.com/us/track/6745599
- https://www.deezer.com/us/album/103248

How to

const { Rainlink } = require('rainlink');
const { DeezerPlugin } = require('rainlink-deezer');

const rainlink = new Rainlink({
    library: new Library.DiscordJS(client),
    nodes: Nodes,
    plugins: [
      new DeezerPlugin(),
    ],
});
rainlink.search(`https://www.deezer.com/us/playlist/53362031`); // track, album, playlist
rainlink.search('mirror heart', { engine: 'deezer' }); // search track using deezer
1.0.9

10 months ago

1.0.10

10 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago