From f1ce93ae86509843c01a27bba750b6c4e8c09617 Mon Sep 17 00:00:00 2001 From: Toastie Date: Thu, 26 Dec 2024 20:48:50 +1300 Subject: [PATCH] Fixed restart interview command not being ephemeral --- Commands/RestartInterviewCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/RestartInterviewCommand.cs b/Commands/RestartInterviewCommand.cs index 9b0bbdf..cce2c8b 100644 --- a/Commands/RestartInterviewCommand.cs +++ b/Commands/RestartInterviewCommand.cs @@ -12,7 +12,7 @@ public class RestartInterviewCommand [Description("Restarts the automated interview in this channel, using an updated template if available.")] public async Task OnExecute(SlashCommandContext command) { - await command.DeferResponseAsync(); + await command.DeferResponseAsync(true); await Interviewer.RestartInterview(command); await command.RespondAsync(new DiscordEmbedBuilder {