fix: updating vanity URL length

This commit is contained in:
Hampus Kraft 2020-01-26 19:36:35 +01:00
parent 65069eb668
commit 5a3f927c69
No known key found for this signature in database
GPG Key ID: 0094710D3124826B
1 changed files with 1 additions and 1 deletions

View File

@ -603,7 +603,7 @@ GET_MENTIONS = {
VANITY_URL_PATCH = { VANITY_URL_PATCH = {
# TODO: put proper values in maybe an invite data type # 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 = { WEBHOOK_CREATE = {