MenuDocs/erela.js-spotify

Unable to pass options: spotify clientID and clientSecret

FredTheNoob opened this issue · 2 comments

I have my secret and ID saved in a string, but upon passing it I get an error:

image

I have added the plugin like so:
image

It asks for "clientID" but you use "spotifyClientID", it also asks for a non-empty string but you pass the string constructor, please view the readme for example usage of initiating the plugin.

Oh that's weird. The variable apparently has to be explicitly called clientID and not spotifyClientID. That solved my issue at last