From c7ec1bba1a50f6e30cb62a1f8343e41361592c6f Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 22 May 2021 19:11:43 +0100 Subject: [PATCH] Remove "opening_message" from required --- src/commands/extra/settings.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/extra/settings.schema.json b/src/commands/extra/settings.schema.json index 2af95d9..20853ad 100644 --- a/src/commands/extra/settings.schema.json +++ b/src/commands/extra/settings.schema.json @@ -66,7 +66,6 @@ }, "required": [ "name", - "opening_message", "roles" ] } @@ -111,4 +110,4 @@ "surveys", "tags" ] -} \ No newline at end of file +}