summary refs log tree commit diff
path: root/assets/schemas.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/schemas.json')
-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"
             },