function editWebhookimport { editWebhook } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.ts"; editWebhook(bot: Bot,webhookId: BigString,options: ModifyWebhook,): Promise<Webhook>Edits a webhook. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to edit. options: ModifyWebhookReturnsPromise<Webhook>An instance of the edited Webhook.