Skip to main content
Latest
function deleteFollowupMessage
import { deleteFollowupMessage } from "https://deno.land/x/discordeno@18.0.1/helpers/mod.ts";

Deletes a follow-up message 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.
messageId: BigString
  • The ID of the message to delete.

Returns

Promise<void>