From e1ba1ae90dbc4cabaa17876540b4bcf1ce855ba6 Mon Sep 17 00:00:00 2001 From: LTS20050703 Date: Tue, 15 Nov 2022 01:35:40 +0700 Subject: [PATCH] delete follow up and original now support ephemeral (#2585) --- helpers/interactions/responses/deleteFollowupMessage.ts | 2 -- .../interactions/responses/deleteOriginalInteractionResponse.ts | 2 -- 2 files changed, 4 deletions(-) diff --git a/helpers/interactions/responses/deleteFollowupMessage.ts b/helpers/interactions/responses/deleteFollowupMessage.ts index 7346e32d3..08632fc3e 100644 --- a/helpers/interactions/responses/deleteFollowupMessage.ts +++ b/helpers/interactions/responses/deleteFollowupMessage.ts @@ -11,8 +11,6 @@ import { BigString } from "../../../types/shared.ts"; * @remarks * Unlike `deleteMessage()`, this endpoint allows the bot user to act without needing to see the channel the message is in. * - * Does not support ephemeral follow-up messages due to these being stateless. - * * Fires a _Message Delete_ event. * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#delete-followup-message} diff --git a/helpers/interactions/responses/deleteOriginalInteractionResponse.ts b/helpers/interactions/responses/deleteOriginalInteractionResponse.ts index 854f6a64f..d99818cc8 100644 --- a/helpers/interactions/responses/deleteOriginalInteractionResponse.ts +++ b/helpers/interactions/responses/deleteOriginalInteractionResponse.ts @@ -9,8 +9,6 @@ import type { Bot } from "../../../bot.ts"; * @remarks * Unlike `deleteMessage()`, this endpoint allows the bot user to act without needing to see the channel the message is in. * - * Does not support ephemeral follow-up messages due to these being stateless. - * * Fires a _Message Delete_ event. * * @see {@link https://discord.com/developers/docs/interactions/receiving-and-responding#delete-original-interaction-response}