Bot joins channel but does not play audio

The reason I fetch from the API is self explanitory - https://pastebin.run/63p-4pc6t9wr
const {
EmbedBuilder,
ActionRowBuilder,
StringSelectMenuBuilder,
ComponentType,
} = require("discord.js");
const {
joinVoiceChannel,
createAudioPlayer,
createAudioResource,
} = require("@discordjs/voice");

const
Was this page helpful?