execute(client, message, args, track) { if (!message.member.voice.channel) return message.channel.send('${client.emotes.error} - You're not in a voice channel !');
if (message.guild.me.voice.channel && message.member.voice.channel.id !== message.guild.me.voice.channel.id) return message.channel.send('${client.emotes.error} - You are not in the same voice channel !');
if (!args[0]) return client.player.play("https://www.youtube.com/watch?v=5MxuPGppnSw&ab_channel=MuhammedshafiKandoth")