mirror of https://gitlab.com/litecord/litecord.git
fix typo (again)
This commit is contained in:
parent
a07b750074
commit
d3e14ced51
|
|
@ -63,7 +63,7 @@ IDENTIFY_SCHEMA = {
|
|||
"large_threshold": {"type": "number", "required": False},
|
||||
"shard": {"type": "list", "required": False},
|
||||
"presence": {"type": "dict", "required": False},
|
||||
"intents": {"type": "int", "required": False},
|
||||
"intents": {"type": "number", "required": False},
|
||||
# TODO schema
|
||||
"properties": {
|
||||
"type": "dict",
|
||||
|
|
|
|||
Loading…
Reference in New Issue