Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function deleteOriginalInteractionResponse
import { deleteOriginalInteractionResponse } from "https://deno.land/x/discordeno@18.0.1/helpers/interactions/responses/deleteOriginalInteractionResponse.ts";

Deletes 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.

Returns

Promise<void>