We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f65d3ad commit 31da3c2Copy full SHA for 31da3c2
src/Discord.Net.Interactions/InteractionModuleBase.cs
@@ -110,7 +110,7 @@ protected virtual Task<IUserMessage> ModifyOriginalResponseAsync(Action<MessageP
110
111
/// <inheritdoc cref="IDeletable.DeleteAsync(RequestOptions)"/>
112
protected virtual Task DeleteOriginalResponseAsync()
113
- => Context.Interaction.DeleteOriginalResponseAsync().ConfigureAwait(false);
+ => Context.Interaction.DeleteOriginalResponseAsync();
114
115
/// <inheritdoc cref="IDiscordInteraction.RespondWithModalAsync(Modal, RequestOptions)"/>
116
protected virtual Task RespondWithModalAsync(Modal modal, RequestOptions options = null)
0 commit comments