function editWebhookWithTokenimport { editWebhookWithToken } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; editWebhookWithToken(bot: Bot,webhookId: BigString,token: string,options: Omit<ModifyWebhook, "channelId">,): Promise<Webhook>Edits a webhook using the webhook token, thereby bypassing the need for authentication + permissions. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to edit. token: string The webhook token, used to edit the webhook. options: Omit<ModifyWebhook, "channelId">ReturnsPromise<Webhook>An instance of the edited Webhook.