Skip to main content
Module

x/wackford/discordeno.ts>editOriginalInteractionResponse

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function editOriginalInteractionResponse
import { editOriginalInteractionResponse } from "https://deno.land/x/wackford@v0.0.2/discordeno.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.
  • The parameters for the edit of the response.

Returns

Promise<Message | undefined>

An instance of the edited Message.