Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/tests/deps.ts>editInteractionResponse

An object oriented Discordeno framework
Latest
function editInteractionResponse
import { editInteractionResponse } from "https://deno.land/x/oasis@2.1.0/tests/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; }