riffy-soundcloud
v1.0.0
Published
A robust SoundCloud plugin for Riffy that enables seamless track and playlist resolution.
Maintainers
Readme
riffy-soundcloud
[!IMPORTANT] This is an unofficial plugin and is not officially maintained or created by the Riffy team.
A robust and easy-to-use plugin for Riffy that enables seamless SoundCloud track and playlist resolution using the V2 API. Perfect for Discord music bots looking to expand their audio sources beyond Spotify and YouTube.
Installation
npm install riffy-soundcloudUsage
const { Riffy } = require("riffy");
const { SoundCloud } = require("riffy-soundcloud");
const riffy = new Riffy(client, nodes, {
plugins: [
new SoundCloud({
clientId: "YOUR_SOUNDCLOUD_CLIENT_ID" // Required
})
]
});Features
- Resolves SoundCloud Tracks
- Resolves SoundCloud Playlists
- Supports
soundcloud.comandon.soundcloud.comURLs
Support
For support, you can:
- Create an Issue
- DM me on Discord:
ramkrishna0
License
This project is licensed under the MIT License.
