Files
UnknownAI/player/playlistAdd.js
2022-05-09 19:29:50 +02:00

3 lines
199 B
JavaScript

module.exports = (client, message, queue, playlist) => {
message.channel.send(`${client.emotes.music} - ${playlist.title} has been added to the queue (**${playlist.tracks.length}** songs) !`);
};