gateway.schemas: add v identify field for eris

This commit is contained in:
NotNite 2021-09-24 21:54:17 -04:00
parent 2f33bb32a4
commit 2ba7a09796
No known key found for this signature in database
GPG Key ID: BD91A5402CCEB08A
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ IDENTIFY_SCHEMA = {
},
},
"guild_subscriptions": {"type": "boolean", "required": False},
# this is just to make bot libraries happy
"v": {"type": "number", "required": False},
},
}
},