mirror of
https://github.com/MrUnknownDE/UnknownAI.git
synced 2026-04-18 14:03:46 +02:00
huch?
This commit is contained in:
3
player/trackAdd.js
Normal file
3
player/trackAdd.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (client, message, queue, track) => {
|
||||
message.channel.send(`${client.emotes.music} - ${track.title} has been added to the queue !`);
|
||||
};
|
||||
Reference in New Issue
Block a user