import { connectToVoiceChannel } from "https://deno.land/x/natico@4.0.0-pre.4/examples/deps.ts";
Connect or join a voice channel inside a guild. By default, the "selfDeaf" option is true. Requires CONNECT
and VIEW_CHANNEL
permissions.
Parameters
bot: Bot
optional
options: AtLeastOne<Omit<UpdateVoiceState, "guildId" | "channelId">>