Fixed old property in default template

This commit is contained in:
Toastie 2024-12-27 03:27:37 +13:00
parent c2c305317c
commit 75ee39f63c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4

View file

@ -20,7 +20,7 @@ namespace SupportChild.Commands;
[Description("Administrative commands.")]
public class InterviewTemplateCommands
{
private static string jsonSchema = Utilities.ReadManifestData("Interviews.interview_template.schema.json");
private static readonly string jsonSchema = Utilities.ReadManifestData("Interviews.interview_template.schema.json");
[RequireGuild]
[Command("get")]
@ -57,7 +57,7 @@ public class InterviewTemplateCommands
" \"interview\":\n" +
" {\n" +
" \"message\": \"\",\n" +
" \"type\": \"\",\n" +
" \"message-type\": \"\",\n" +
" \"color\": \"\",\n" +
" \"paths\":\n" +
" {\n" +