Edit ephemeral followUp?
Hi, I know it's possible to edit ephemeral replies to command interactions, and that you can edit regular follow-ups by fetching them as a message, but is there any way to edit an ephemeral follow-up?
4 Replies
The docs are a bit unclear about when you can fetch the reply and whether you get an
InteractionResponse
(which doesn't appear to be editable) or a Message
(which IIRC you can't get for ephemerals).. or maybe I'm just looking in the wrong placefollowup with fetchreply should resovle with the message which should be editable without problems
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
If I reply with a non-ephemeral first and then send an ephemeral followup, wouldn't fetchReply give me the non-ephemeral response first?
oooh I see
I'll try that, thanks!