This commit is contained in:
Mihail Gribkov
2024-09-03 14:55:53 +03:00
committed by GitHub
parent f65d3ad14a
commit 31da3c2072

View File

@@ -110,7 +110,7 @@ namespace Discord.Interactions
/// <inheritdoc cref="IDeletable.DeleteAsync(RequestOptions)"/>
protected virtual Task DeleteOriginalResponseAsync()
=> Context.Interaction.DeleteOriginalResponseAsync().ConfigureAwait(false);
=> Context.Interaction.DeleteOriginalResponseAsync();
/// <inheritdoc cref="IDiscordInteraction.RespondWithModalAsync(Modal, RequestOptions)"/>
protected virtual Task RespondWithModalAsync(Modal modal, RequestOptions options = null)