#Edit ephemeral followUp?
7 messages · Page 1 of 1 (latest)
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
followup with fetchreply should resovle with the message which should be editable without problems
You can do <Interaction>.webhook.editMessage() too
If I reply with a non-ephemeral first and then send an ephemeral followup, wouldn't fetchReply give me the non-ephemeral response first?
yes, but followUp always resolves with the message, no need to fetch it
oooh I see