mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Fix Tupperbox import errors
This commit is contained in:
parent
f97c18aed0
commit
9d4993b121
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue