JSPM

  • Created
  • Published
  • Downloads 2134
  • Score
    100M100P100Q117232F
  • License MIT

Some extractors for discord-player

Package Exports

  • @discord-player/extractor

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@discord-player/extractor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Extractors

Extractors for discord-player.

Example

const { Reverbnation } = require("@discord-player/extractor");
const player = new Player(client);

// enables reverbnation player
player.use("reverbnation", Reverbnation);