mirror of https://gitlab.com/litecord/litecord.git
Add user_settings_version to identify
This commit is contained in:
parent
3cfbbeecc7
commit
b6b07073bc
|
|
@ -120,6 +120,7 @@ IDENTIFY_SCHEMA = {
|
|||
"type": "number",
|
||||
"required": False,
|
||||
},
|
||||
"user_settings_version": {"type": "number", "required": False},
|
||||
},
|
||||
},
|
||||
"guild_subscriptions": {"type": "boolean", "required": False},
|
||||
|
|
|
|||
Loading…
Reference in New Issue