Skip to main content
Module

x/discordeno/mod.ts>editInteractionResponse

Discord API library for Deno
Extremely Popular
Go to Latest
function editInteractionResponse
import { editInteractionResponse } from "https://deno.land/x/discordeno@13.0.0-rc45/mod.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; }