Gets info from a soundcloud url.
let sound = await play.soundcloud('soundcloud url')// sound.type === "track" | "playlist" | "user"if (sound.type === "track") { spot = spot as play.SoundCloudTrack // Code with SoundCloud track class.} Copy
let sound = await play.soundcloud('soundcloud url')// sound.type === "track" | "playlist" | "user"if (sound.type === "track") { spot = spot as play.SoundCloudTrack // Code with SoundCloud track class.}
soundcloud url
A SoundCloudTrack or SoundCloudPlaylist
Gets info from a soundcloud url.