import { sendInteractionResponse } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";
Sends a response to an interaction.
Parameters
bot: Bot
- The bot instance to use to make the request.
interactionId: BigString
- The ID of the interaction to respond to.
options: InteractionResponse
- The parameters for the creation of the message.