mirror of https://gitlab.com/litecord/litecord.git
gateway.schemas: add missing guild_subscriptions
This commit is contained in:
parent
2df5a93a9b
commit
2f33bb32a4
|
|
@ -122,6 +122,7 @@ IDENTIFY_SCHEMA = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"guild_subscriptions": {"type": "boolean", "required": False},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue