mirror of
https://github.com/musix-org/musix-oss
synced 2024-12-22 21:13:18 +00:00
Update play.js
This commit is contained in:
parent
cbdc82a655
commit
55164ae0f3
@ -90,7 +90,7 @@ module.exports = {
|
|||||||
);
|
);
|
||||||
return lmsg.edit(message);
|
return lmsg.edit(message);
|
||||||
} else {
|
} else {
|
||||||
ytSearch(searchString, function (err, res) {
|
search(searchString, function (err, res) {
|
||||||
if (err) return console.log(err);
|
if (err) return console.log(err);
|
||||||
if (res.videos.length === 0)
|
if (res.videos.length === 0)
|
||||||
return msg.channel.send(client.messages.noResults);
|
return msg.channel.send(client.messages.noResults);
|
||||||
|
Loading…
Reference in New Issue
Block a user