function deleteWebhookimport { deleteWebhook } from "https://deno.land/x/discordeno@17.0.1/helpers/webhooks/mod.ts"; deleteWebhook(bot: Bot,webhookId: BigString,reason?: string,): Promise<void>Deletes a webhook. Parametersbot: Bot The bot instance to use to make the request. webhookId: BigString The ID of the webhook to delete. optionalreason: stringReturnsPromise<void>