fix(parties): actual 30 not 29

This commit is contained in:
SabreCat
2023-08-15 14:33:32 -05:00
parent a6792a4f08
commit bf0e640fa6
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
export const PARTY_LIMIT_MEMBERS = 29;
export const PARTY_LIMIT_MEMBERS = 30;
export const MINIMUM_PASSWORD_LENGTH = 8;
export const MAXIMUM_PASSWORD_LENGTH = 64;