import { connectToVoiceChannel } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts";
Connects the bot user to a voice or stage channel.
This function sends the Update Voice State gateway command over the gateway behind the scenes.
Parameters
channelId: BigString
optional
options: AtLeastOne<Omit<UpdateVoiceState, "guildId" | "channelId">>