Merge branch 'fix-vanity-length' into 'master'

Updating Vanity URL Length

See merge request litecord/litecord!50
This commit is contained in:
Luna 2020-01-26 18:47:41 +00:00
commit a37ddbf6b1
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 = {