import { executeWebhook } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";
Executes a webhook, causing a message to be posted in the channel configured for the webhook.
Parameters
bot: Bot
- The bot instance to use to make the request.
webhookId: BigString
- The ID of the webhook to execute.
options: ExecuteWebhook
- The parameters for the execution of the webhook.