function createWebhookimport { createWebhook } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/helpers/deps.ts"; createWebhook(bot: Bot,channelId: BigString,options: CreateWebhook,): Promise<Webhook>Creates a webhook. Parametersbot: Bot The bot instance to use to make the request. channelId: BigString The ID of the channel to create the webhook in. options: CreateWebhook The parameters for the creation of the webhook. ReturnsPromise<Webhook>An instance of the created Webhook.