Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 271 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 271 Bytes

bandcamp.dp

This is a simple bandcamp extractor for discord-player.

import { BandCampExtractor } from "bandcamp.dp"

await player.extractors.register(BandCampExtractor, {
    cookie: "" // optional for high quality streaming for tracks you have purchased
})