✨ Bug fixes & update (v5.0.0)
This commit is contained in:
@@ -11,6 +11,6 @@ module.exports = {
|
||||
|
||||
if (!args[0]) return message.channel.send(`${client.emotes.error} - Please indicate the title of a song !`);
|
||||
|
||||
client.player.play(message, args.join(" "));
|
||||
client.player.play(message, args.join(" "), { firstResult: true });
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user