mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-18 22:13:46 +02:00
huch?
This commit is contained in:
3
player/playlistAdd.js
Normal file
3
player/playlistAdd.js
Normal file
@@ -0,0 +1,3 @@
|
||||
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