function editOwnVoiceStateimport { editOwnVoiceState } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; editOwnVoiceState(bot: Bot,guildId: BigString,options: EditOwnVoiceState,): Promise<void>Edits the voice state of the bot user. Parametersbot: Bot The bot instance to use to make the request. guildId: BigString The ID of the guild in which to edit the voice state of the bot user. options: EditOwnVoiceState The parameters for the edit of the voice state. ReturnsPromise<void>