@iamtraction/play-dl
    Preparing search index...

    Function getFreeClientID

    • Gets Free SoundCloud Client ID.

      Use this in beginning of your code to add SoundCloud support.

      play.getFreeClientID().then((clientID) => play.setToken({
      soundcloud : {
      client_id : clientID
      }
      }))

      Returns Promise<string>

      client ID