Skip to content

Commit

Permalink
oops :3 (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misha-133 committed Sep 3, 2024
1 parent f65d3ad commit 31da3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.Interactions/InteractionModuleBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ protected virtual Task<IUserMessage> ModifyOriginalResponseAsync(Action<MessageP

/// <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)
Expand Down

0 comments on commit 31da3c2

Please sign in to comment.