Halfbroken fixes
This commit is contained in:
@@ -1,18 +1,17 @@
|
||||
const play = require('play-dl');
|
||||
|
||||
async function ReAuth() {
|
||||
play.getFreeClientID().then((clientID) => {
|
||||
play.setToken({
|
||||
soundcloud: {
|
||||
client_id: clientID,
|
||||
},
|
||||
});
|
||||
|
||||
play.getFreeClientID().then((clientID) => {
|
||||
play.setToken({
|
||||
soundcloud : {
|
||||
client_id : clientID
|
||||
}
|
||||
})
|
||||
console.log(`Soudncloud Client ID: ${clientID}`);
|
||||
});
|
||||
|
||||
console.log('Soudncloud Client ID: ' + clientID);
|
||||
})
|
||||
|
||||
play.authorization();
|
||||
play.authorization();
|
||||
}
|
||||
|
||||
module.exports.ReAuth = ReAuth;
|
||||
|
||||
Reference in New Issue
Block a user