#Edit ephemeral followUp?

7 messages · Page 1 of 1 (latest)

brisk patio
#

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?

#

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 place

plain raven
#

followup with fetchreply should resovle with the message which should be editable without problems

proud wind
#

You can do <Interaction>.webhook.editMessage() too

brisk patio
#

If I reply with a non-ephemeral first and then send an ephemeral followup, wouldn't fetchReply give me the non-ephemeral response first?

storm kettle
#

yes, but followUp always resolves with the message, no need to fetch it

brisk patio
#

oooh I see