✨ Bug fixes & update (v5.0.0)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = (client, message, playlist) => {
|
||||
message.channel.send(`${client.emotes.music} - ${playlist.title} has been added to the queue (**${playlist.items.length}** songs) !`);
|
||||
module.exports = (client, message, queue, playlist) => {
|
||||
message.channel.send(`${client.emotes.music} - ${playlist.title} has been added to the queue (**${playlist.tracks.length}** songs) !`);
|
||||
};
|
||||
Reference in New Issue
Block a user