diff --git a/litecord/schemas.py b/litecord/schemas.py index 3919d43..8e0827b 100644 --- a/litecord/schemas.py +++ b/litecord/schemas.py @@ -603,7 +603,7 @@ GET_MENTIONS = { VANITY_URL_PATCH = { # TODO: put proper values in maybe an invite data type - "code": {"type": "string", "minlength": 5, "maxlength": 30} + "code": {"type": "string", "minlength": 2, "maxlength": 32} } WEBHOOK_CREATE = {