Skip to main content
Latest
function sendFollowupMessage
import { sendFollowupMessage } from "https://deno.land/x/discordeno@18.0.1/plugins/cache/deps.ts";

Sends a follow-up message to an interaction.

Parameters

bot: Bot
  • The bot instance to use to make the request.
token: string
  • The interaction token to use, provided in the original interaction.
  • The parameters for the creation of the message.

Returns

Promise<Message>

An instance of the created Message.