summary refs log tree commit diff
path: root/assets/schemas.json
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-05-07 00:11:18 -0400
committerPuyodead1 <puyodead@proton.me>2023-05-07 00:11:18 -0400
commit8534342e3001296fd66adcb66c58925aa719f89c (patch)
treef006abe5994368bd432b57ac0d52ef57e07a4af4 /assets/schemas.json
parentadd flags property to voice state update (diff)
downloadserver-8534342e3001296fd66adcb66c58925aa719f89c.tar.xz
add initial_guild_id client state property
Diffstat (limited to 'assets/schemas.json')
-rw-r--r--assets/schemas.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/schemas.json b/assets/schemas.json
index dc25cacd..de301bfc 100644
--- a/assets/schemas.json
+++ b/assets/schemas.json
@@ -63109,6 +63109,9 @@
                     "guild_versions": {},
                     "api_code_version": {
                         "type": "integer"
+                    },
+                    "initial_guild_id": {
+                        "type": "string"
                     }
                 },
                 "additionalProperties": false
@@ -63135,6 +63138,9 @@
                     "guildVersions": {},
                     "apiCodeVersion": {
                         "type": "integer"
+                    },
+                    "initialGuildId": {
+                        "type": "string"
                     }
                 },
                 "additionalProperties": false
@@ -197032,6 +197038,9 @@
             },
             "suppress": {
                 "type": "boolean"
+            },
+            "flags": {
+                "type": "integer"
             }
         },
         "additionalProperties": false,