function getWebhookimport { getWebhook } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; getWebhook(bot: Bot, webhookId: BigString): Promise<Webhook>Gets a webhook by its ID. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to get. ReturnsPromise<Webhook>An instance of Webhook.