mirror of https://gitlab.com/litecord/litecord.git
fix typo
This commit is contained in:
parent
0b20112628
commit
a07b750074
|
|
@ -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": "int", "required": False},
|
||||
# TODO schema
|
||||
"properties": {
|
||||
"type": "dict",
|
||||
|
|
|
|||
Loading…
Reference in New Issue