#DeleteOriginalResponseAsync() not working with FollowupAsync.
1 messages · Page 1 of 1 (latest)
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
And please, consider using pastebin or https://gist.github.com for sharing big chunks of code
Indeed, it works perfectly now! Obviously I did not look enough for the solution in the other questions asked by the users.