I put the wrong link

This commit is contained in:
Toastie 2025-02-12 00:02:14 +13:00
parent 9f846ea729
commit 0cead82b09
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -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);
}