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