Update README.md

This commit is contained in:
Killer069 2021-10-13 17:34:42 +05:30 committed by GitHub
parent e81cadd084
commit 5ffaa7c0bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,9 @@ _This sets token without using file._
```js ```js
setToken({ setToken({
spotify : { spotify : {
client_id : "ID" client_id : "ID",
client_secret : "Secret" client_secret : "Secret",
refresh_token : "Token" refresh_token : "Token",
market : "Country Code" market : "Country Code"
} }
}) // Setting Spotify Token [ To get refresh_token, just run through authorization, and set file save to No ] }) // Setting Spotify Token [ To get refresh_token, just run through authorization, and set file save to No ]