From 0cead82b0935c15f09363f0bcb1c83499bda2028 Mon Sep 17 00:00:00 2001 From: Toastie <toastie@toastiet0ast.com> Date: Wed, 12 Feb 2025 00:02:14 +1300 Subject: [PATCH] I put the wrong link --- Commands/InterviewTemplateCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Commands/InterviewTemplateCommands.cs b/Commands/InterviewTemplateCommands.cs index 0dc7d84..04fc9dd 100644 --- a/Commands/InterviewTemplateCommands.cs +++ b/Commands/InterviewTemplateCommands.cs @@ -47,7 +47,7 @@ public class InterviewTemplateCommands { Color = DiscordColor.Green, Description = "Upload the json file using the `/interviewtemplate set` command when you are done editing it.\n\n" + - "Click [here](https://github.com/KarlOfDuty/SupportChild/blob/main/docs/InterviewTemplates.md) to learn how to edit interview templates." + "Click [here](https://toastielab.dev/toastie-stuff/SupportChild/src/branch/main/docs/InterviewTemplates.md) to learn how to edit interview templates." }) .AddFile("interview-template-" + category.Id + ".json", stream) .AsEphemeral()); @@ -79,7 +79,7 @@ public class InterviewTemplateCommands Color = DiscordColor.Green, Description = "No interview template found for this category. A default template has been generated.\n\n" + "Upload the json file using the `/interviewtemplate set` command when you are done editing it.\n\n" + - "Click [here](https://github.com/KarlOfDuty/SupportChild/blob/main/docs/InterviewTemplates.md) to learn how to edit interview templates." + "Click [here](https://toastielab.dev/toastie-stuff/SupportChild/src/branch/main/docs/InterviewTemplates.md) to learn how to edit interview templates." }).AddFile("interview-template-" + category.Id + ".json", defStream).AsEphemeral(); await command.RespondAsync(response); }