#DeleteOriginalResponseAsync() not working with FollowupAsync.

1 messages · Page 1 of 1 (latest)

fossil spoke
#

Hello, I am posting this because I believe the issue is with my code, not the library. Any help is welcome. When selecting the confirmation, the code remains stuck and nothing happens after the DeleteOriginalResponseAsync(). I think this is where it's getting blocked, but I don't see how my code could be causing the issue.

keen grotto
#

Welp
The solution is quite easy

#

For some reason DeleteOriginalResponseAsync wraps GetOriginalResponseAsync + DeleteAsync on it
Which doesn't work for ephemeral messages

#

So do Context.Interaction.DeleteOriginalResponseAsync() instead

fossil spoke