Fixed old property in default template
This commit is contained in:
parent
c2c305317c
commit
75ee39f63c
1 changed files with 2 additions and 2 deletions
|
@ -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" +
|
||||
|
|
Loading…
Reference in a new issue