import { editWebhookWithToken } from "https://deno.land/x/discordeno@17.2.0/plugins/cache/deps.ts";
Edits a webhook using the webhook token, thereby bypassing the need for authentication + permissions.
Parameters
bot: Bot
- The bot instance to use to make the request.
webhookId: BigString
- The ID of the webhook to edit.
options: Omit<ModifyWebhook, "channelId">