function leaveVoiceChannelimport { leaveVoiceChannel } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; leaveVoiceChannel(bot: Bot, guildId: BigString): Promise<void>Leaves the voice channel the bot user is currently in. This function sends the Update Voice State gateway command over the gateway behind the scenes. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild the voice channel to leave is in. ReturnsPromise<void>