Update interview set feedback message

This commit is contained in:
Toastie 2024-12-27 18:01:19 +13:00
parent c12c17de41
commit bb9ef65e42
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -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