You are reading the documentation for the next version of discord.js. Documentation for v13/v14+ has been moved to old.discordjs.dev

joinVoiceChannel

export declare function joinVoiceChannel(options: CreateVoiceConnectionOptions & JoinVoiceChannelOptions): VoiceConnection;
export declare function joinVoiceChannel(options: CreateVoiceConnectionOptions & JoinVoiceChannelOptions): VoiceConnection;
Creates a VoiceConnection to a Discord voice channel.
NameTypeOptionalDescription
optionsCreateVoiceConnectionOptions & JoinVoiceChannelOptionsNothe options for joining the voice channel