mirror of https://gitlab.com/litecord/litecord.git
fix typo
This commit is contained in:
parent
a830c9cb77
commit
a5c52f5a2c
|
|
@ -138,7 +138,7 @@ REQ_GUILD_SCHEMA = {
|
|||
},
|
||||
"query": {"type": "string", "required": False},
|
||||
"limit": {"type": "number", "required": False},
|
||||
"presences": {"type": "bool", "required": False},
|
||||
"presences": {"type": "boolean", "required": False},
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue