mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-08 17:33:51 +02:00
3 lines
155 B
JavaScript
3 lines
155 B
JavaScript
module.exports = (client, message, queue, track) => {
|
|
message.channel.send(`${client.emotes.music} - ${track.title} has been added to the queue !`);
|
|
}; |