fix importing pronouns and message count

This commit is contained in:
spiral
2021-03-09 15:19:26 +00:00
parent 2039a34c16
commit 2cd5047b14
2 changed files with 9 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ namespace PluralKit.Core
Pronouns = fileMember.Pronouns,
AvatarUrl = fileMember.AvatarUrl,
KeepProxy = fileMember.KeepProxy,
MessageCount = fileMember.MessageCount,
};
if (fileMember.Prefix != null || fileMember.Suffix != null)