diff options
author | Puyodead1 <puyodead@proton.me> | 2023-05-07 00:11:18 -0400 |
---|---|---|
committer | Puyodead1 <puyodead@proton.me> | 2023-05-07 00:11:18 -0400 |
commit | 8534342e3001296fd66adcb66c58925aa719f89c (patch) | |
tree | f006abe5994368bd432b57ac0d52ef57e07a4af4 /assets/schemas.json | |
parent | add flags property to voice state update (diff) | |
download | server-8534342e3001296fd66adcb66c58925aa719f89c.tar.xz |
add initial_guild_id client state property
Diffstat (limited to 'assets/schemas.json')
-rw-r--r-- | assets/schemas.json | 9 |
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, |