Increase IGN limit

In Splatoon limit is 10. But special characters can count as 2
even if in Splatoon they count as 1.
This commit is contained in:
Kalle 2022-10-04 20:56:16 +03:00
parent adde24db50
commit 7eac4dd99c

View File

@ -8,7 +8,7 @@ export const DISCORD_MESSAGE_MAX_LENGTH = 2000;
export const USER = {
BIO_MAX_LENGTH: DISCORD_MESSAGE_MAX_LENGTH,
CUSTOM_URL_MAX_LENGTH: 32,
IN_GAME_NAME_TEXT_MAX_LENGTH: 10,
IN_GAME_NAME_TEXT_MAX_LENGTH: 20,
IN_GAME_NAME_DISCRIMINATOR_LENGTH: 4,
};