function deleteWebhookimport { deleteWebhook } from "https://dotland.deno.dev/x/discordeno@18.0.1/plugins/fileloader/deps.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>