function sendFollowupMessageimport { sendFollowupMessage } from "https://deno.land/x/discordeno@17.0.1/helpers/interactions/mod.ts"; sendFollowupMessage(bot: Bot,token: string,options: InteractionResponse,): Promise<Message>Sends a follow-up message to an interaction. Parametersbot: Bot The bot instance to use to make the request. token: string The interaction token to use, provided in the original interaction. options: InteractionResponse The parameters for the creation of the message. ReturnsPromise<Message>An instance of the created Message.