mirror of https://gitlab.com/litecord/litecord.git
gateway.schemas: add v identify field for eris
This commit is contained in:
parent
2f33bb32a4
commit
2ba7a09796
|
|
@ -123,6 +123,8 @@ IDENTIFY_SCHEMA = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"guild_subscriptions": {"type": "boolean", "required": False},
|
"guild_subscriptions": {"type": "boolean", "required": False},
|
||||||
|
# this is just to make bot libraries happy
|
||||||
|
"v": {"type": "number", "required": False},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue