diff --git a/litecord/schemas.py b/litecord/schemas.py index 7bba75d..0410dc1 100644 --- a/litecord/schemas.py +++ b/litecord/schemas.py @@ -604,7 +604,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 = {