Skip to content

Commit 31da3c2

Browse files
authored
oops :3 (#2996)
1 parent f65d3ad commit 31da3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Discord.Net.Interactions/InteractionModuleBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ protected virtual Task<IUserMessage> ModifyOriginalResponseAsync(Action<MessageP
110110

111111
/// <inheritdoc cref="IDeletable.DeleteAsync(RequestOptions)"/>
112112
protected virtual Task DeleteOriginalResponseAsync()
113-
=> Context.Interaction.DeleteOriginalResponseAsync().ConfigureAwait(false);
113+
=> Context.Interaction.DeleteOriginalResponseAsync();
114114

115115
/// <inheritdoc cref="IDiscordInteraction.RespondWithModalAsync(Modal, RequestOptions)"/>
116116
protected virtual Task RespondWithModalAsync(Modal modal, RequestOptions options = null)

0 commit comments

Comments
 (0)