function getWebhookWithTokenimport { getWebhookWithToken } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/validations/deps.ts"; getWebhookWithToken(bot: Bot,webhookId: BigString,token: string,): Promise<Webhook>Gets 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 get. token: string The webhook token, used to get the webhook. ReturnsPromise<Webhook>An instance of Webhook.