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.")]
|
[Description("Administrative commands.")]
|
||||||
public class InterviewTemplateCommands
|
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]
|
[RequireGuild]
|
||||||
[Command("get")]
|
[Command("get")]
|
||||||
|
@ -57,7 +57,7 @@ public class InterviewTemplateCommands
|
||||||
" \"interview\":\n" +
|
" \"interview\":\n" +
|
||||||
" {\n" +
|
" {\n" +
|
||||||
" \"message\": \"\",\n" +
|
" \"message\": \"\",\n" +
|
||||||
" \"type\": \"\",\n" +
|
" \"message-type\": \"\",\n" +
|
||||||
" \"color\": \"\",\n" +
|
" \"color\": \"\",\n" +
|
||||||
" \"paths\":\n" +
|
" \"paths\":\n" +
|
||||||
" {\n" +
|
" {\n" +
|
||||||
|
|
Loading…
Reference in a new issue