From 1f72d884b2fa8cefd88c8bb259679c8864e6f92b Mon Sep 17 00:00:00 2001 From: Puyodead1 <23562356riley@gmail.com> Date: Mon, 25 Jul 2022 23:02:04 -0400 Subject: fix: not being able to enable community --- assets/schemas.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'assets') diff --git a/assets/schemas.json b/assets/schemas.json index d37a97d9..368d22fc 100644 --- a/assets/schemas.json +++ b/assets/schemas.json @@ -18260,6 +18260,9 @@ "GuildUpdateSchema": { "type": "object", "properties": { + "name": { + "type": "string" + }, "banner": { "type": [ "null", @@ -18311,10 +18314,6 @@ "discovery_splash": { "type": "string" }, - "name": { - "maxLength": 100, - "type": "string" - }, "region": { "type": "string" }, -- cgit 1.5.1