Add user_settings_version to identify

This commit is contained in:
NotNite 2021-11-01 19:42:29 -04:00
parent 3cfbbeecc7
commit b6b07073bc
No known key found for this signature in database
GPG Key ID: BD91A5402CCEB08A
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ IDENTIFY_SCHEMA = {
"type": "number",
"required": False,
},
"user_settings_version": {"type": "number", "required": False},
},
},
"guild_subscriptions": {"type": "boolean", "required": False},