summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorPuyodead1 <23562356riley@gmail.com>2022-07-25 23:02:04 -0400
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-18 16:31:03 +1100
commit1f72d884b2fa8cefd88c8bb259679c8864e6f92b (patch)
tree006fbd6f9b5be18c0da157978ff58d4817f7d291 /assets
parentAdd comment for 123 magic number (diff)
downloadserver-ts-1f72d884b2fa8cefd88c8bb259679c8864e6f92b.tar.xz
fix: not being able to enable community
Diffstat (limited to 'assets')
-rw-r--r--assets/schemas.json7
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" },