mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-07 05:42:28 -05:00
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:
parent
adde24db50
commit
7eac4dd99c
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user