✨ Bug fixes & update (v3.0.0)
This commit is contained in:
3
player/trackStart.js
Normal file
3
player/trackStart.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = (client, message, track) => {
|
||||
message.channel.send(`${client.emotes.music} - Now playing ${track.title} into ${message.member.voice.channel.name} ...`);
|
||||
};
|
||||
Reference in New Issue
Block a user