Skip to main content
Latest
function editOriginalInteractionResponse
import { editOriginalInteractionResponse } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Edits the initial message response 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.
options: InteractionCallbackData
  • The parameters for the edit of the response.

Returns

Promise<Message | undefined>

An instance of the edited Message.