mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-08 09:23:49 +02:00
3 lines
199 B
JavaScript
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) !`);
|
|
}; |