Edited the audio player

This commit is contained in:
ION606
2022-04-30 20:28:09 -04:00
parent 3ca5abba7b
commit 2209e98a40
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -36,8 +36,9 @@ module.exports = {
message.reply("Please join a voice channel before you try this!");
return;
}
//Test 930148609406685227
const channel = bot.channels.cache.get(message.member.voice.channel.id);
console.log(message.member.voice.channel.id);
const connection = joinVoiceChannel({
channelId: channel.id,
guildId: channel.guild.id,