mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 16:57:22 +00:00
delete follow up and original now support ephemeral (#2585)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user