How do I make a discord bot join a voice channel?

Looks like you’re using Discord.js V12. To get the channel you’ll have to use:

client.channels.cache.get("ChannelID")

Leave a Comment