mirror of
https://github.com/musix-org/musix-oss
synced 2025-07-03 16:24:28 +00:00
fixed smth
This commit is contained in:
@ -40,7 +40,6 @@ module.exports = {
|
||||
const playlistId = url.split("/playlist/")[1].split("?")[0];
|
||||
client.spotify.getPlaylist(playlistId).then(
|
||||
async function (data) {
|
||||
console.log(data.body)
|
||||
searchPlaylist(data, client, msg, voiceChannel);
|
||||
},
|
||||
function (err) {
|
||||
|
Reference in New Issue
Block a user