diff --git a/app/constants.ts b/app/constants.ts index 87b464e14..6f909500e 100644 --- a/app/constants.ts +++ b/app/constants.ts @@ -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, };