This commit is contained in:
killer069
2021-10-14 14:45:34 +05:30

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 ]