From bb9ef65e422e5110af55f9eac7fdb00da3c80d68 Mon Sep 17 00:00:00 2001 From: Toastie Date: Fri, 27 Dec 2024 18:01:19 +1300 Subject: [PATCH] Update interview set feedback message --- Commands/InterviewTemplateCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands/InterviewTemplateCommands.cs b/Commands/InterviewTemplateCommands.cs index b80b493..1eff933 100644 --- a/Commands/InterviewTemplateCommands.cs +++ b/Commands/InterviewTemplateCommands.cs @@ -147,7 +147,7 @@ public class InterviewTemplateCommands await command.RespondAsync(new DiscordEmbedBuilder { Color = DiscordColor.Green, - Description = "Uploaded interview template." + Description = "Uploaded interview template for `\" + category.Name + \"`." }, true); } else