Skip to main content
Go to Latest
function editInteractionResponse
import { editInteractionResponse } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/helpers/deps.ts";

To edit your response to a application command. If a messageId is not provided it will default to editing the original response.

Parameters

bot: Bot
token: string
options: EditWebhookMessage & { messageId?: bigint; }