parent
9f846ea729
commit
0cead82b09
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ public class InterviewTemplateCommands
|
||||||
{
|
{
|
||||||
Color = DiscordColor.Green,
|
Color = DiscordColor.Green,
|
||||||
Description = "Upload the json file using the `/interviewtemplate set` command when you are done editing it.\n\n" +
|
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)
|
.AddFile("interview-template-" + category.Id + ".json", stream)
|
||||||
.AsEphemeral());
|
.AsEphemeral());
|
||||||
|
@ -79,7 +79,7 @@ public class InterviewTemplateCommands
|
||||||
Color = DiscordColor.Green,
|
Color = DiscordColor.Green,
|
||||||
Description = "No interview template found for this category. A default template has been generated.\n\n" +
|
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" +
|
"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();
|
}).AddFile("interview-template-" + category.Id + ".json", defStream).AsEphemeral();
|
||||||
await command.RespondAsync(response);
|
await command.RespondAsync(response);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue