diff options
author | Puyodead1 <23562356riley@gmail.com> | 2022-07-25 23:02:04 -0400 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 16:31:03 +1100 |
commit | ff2043e07ecc60b9461d1ac924efa738f1b50a61 (patch) | |
tree | 7a6e403a55a5080ff857aa4002641bba6e107f0c /assets/schemas.json | |
parent | Add comment for 123 magic number (diff) | |
download | server-ff2043e07ecc60b9461d1ac924efa738f1b50a61.tar.xz |
fix: not being able to enable community
Diffstat (limited to 'assets/schemas.json')
-rw-r--r-- | assets/schemas.json | 7 |
1 files changed, 3 insertions, 4 deletions
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" }, |