Latest
function deleteOriginalInteractionResponse
import { deleteOriginalInteractionResponse } from "https://dotland.deno.dev/x/discordeno@18.0.1/mod.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>