From c748e4bce58a74cfb6c8778693a3f034cbdf9a67 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 3 Jul 2021 21:45:09 -0400 Subject: [PATCH] Mention ephemeral messages can only be edited with raw method --- discord/interactions.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/interactions.py b/discord/interactions.py index 5438ae7fc..217e107f5 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -258,6 +258,9 @@ class Interaction: This is a lower level interface to :meth:`InteractionMessage.edit` in case you do not want to fetch the message and save an HTTP request. + This method is also the only way to edit the original message if + the message sent was ephemeral. + Parameters ------------ content: Optional[:class:`str`]