mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
fix importing pronouns and message count
This commit is contained in:
parent
2039a34c16
commit
2cd5047b14
2 changed files with 9 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue