Fix Tupperbox import errors
This commit is contained in:
parent
f97c18aed0
commit
9d4993b121
@ -238,8 +238,7 @@ namespace PluralKit.Core
|
||||
!Name.IsLongerThan(Limits.MaxSystemNameLength) &&
|
||||
!Description.IsLongerThan(Limits.MaxDescriptionLength) &&
|
||||
!Tag.IsLongerThan(Limits.MaxSystemTagLength) &&
|
||||
!AvatarUrl.IsLongerThan(1000) &&
|
||||
DateTimeFormats.TimestampExportFormat.Parse(Created).Success;
|
||||
!AvatarUrl.IsLongerThan(1000);
|
||||
}
|
||||
|
||||
public struct DataFileMember
|
||||
|
Loading…
Reference in New Issue
Block a user