delete follow up and original now support ephemeral (#2585)

This commit is contained in:
LTS20050703
2022-11-14 12:35:40 -06:00
committed by GitHub
parent e995a651ce
commit e1ba1ae90d
2 changed files with 0 additions and 4 deletions
@@ -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}
@@ -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}