discord-player-soundcloud
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

SoundCloud Extractor

This is a reworked Soundcloud extractor inspired from the original one at discord-player/extractors.

Installation

npm install discord-player-soundcloud

Usage

const { Player } = require("discord-player");

const { SoundcloudExtractor } = require("discord-player-soundcloud");
// Or
import { SoundcloudExtractor } from "discord-player-soundcloud";

const player = new Player(client, {});

await player.extractors.register(SoundcloudExtractor, { /* options */ });

Supported features

Feature Supported
Single tracks
Playlists
Search
Direct streaming
Can be used as a bridge
Can bridge to ...
Autoplay

Options

Option Type Default Description
clientId string null Your SoundCloud client ID
oauthToken string null Your SoundCloud OAuth token

Package Sidebar

Install

npm i discord-player-soundcloud

Weekly Downloads

27

Version

1.0.7

License

MIT

Unpacked Size

17.8 kB

Total Files

8

Last publish

Collaborators

  • itsmaat