Add more commands
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/* eslint-disable no-console */
|
||||
const play = require('play-dl');
|
||||
|
||||
async function ReAuth() {
|
||||
@@ -8,10 +9,10 @@ async function ReAuth() {
|
||||
},
|
||||
});
|
||||
|
||||
console.log(`Soudncloud Client ID: ${clientID}`);
|
||||
console.log(`Soundcloud Client ID: ${clientID}`);
|
||||
});
|
||||
|
||||
play.authorization();
|
||||
}
|
||||
|
||||
module.exports.ReAuth = ReAuth;
|
||||
module.exports.ReAuth = ReAuth;
|
||||
Reference in New Issue
Block a user