mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 00:07:55 +00:00
Fix type mismatch on system export
This commit is contained in:
parent
d4eae405c0
commit
e6e1ab023a
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ namespace PluralKit {
|
|||
|
||||
public struct MemberMessageCount
|
||||
{
|
||||
public PKMember Member;
|
||||
public int Member;
|
||||
public int MessageCount;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue