1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-07 01:20:48 +00:00

Chore update 3.8

This commit is contained in:
MatteZ02
2020-07-04 22:17:20 +03:00
parent ba3d17bb2a
commit 5a77443df6
11 changed files with 66 additions and 74 deletions

View File

@ -53,6 +53,7 @@ function findSimilar(client, queue, prevSongs, guild) {
youtubeAPIKey: client.config.api_key,
},
async function (err, songs) {
console.log(songs)
if (err) {
console.log(err.message);
return queue.textChannel.send(client.messages.error);