✨ Events & update (v2.0.0)
This commit is contained in:
5
player-events/playlistAdd.js
Normal file
5
player-events/playlistAdd.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = (client, message, playlist) => {
|
||||
|
||||
message.channel.send(`${client.emotes.music} - ${playlist.title} has been added to the queue (**${playlist.items.length}** songs) !`);
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user