function deleteWebhookWithTokenimport { deleteWebhookWithToken } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; deleteWebhookWithToken(bot: Bot,webhookId: BigString,token: string,): Promise<void>Deletes a webhook message 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 delete the message belonging to. token: string The webhook token, used to delete the webhook. ReturnsPromise<void>