mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
Barebones, untested sort/filtering
This commit is contained in:
parent
d5c6e2baac
commit
7c85dc360b
7 changed files with 315 additions and 104 deletions
9
PluralKit.Bot/Lists/PKListMember.cs
Normal file
9
PluralKit.Bot/Lists/PKListMember.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
using PluralKit.Core;
|
||||
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class PKListMember: PKMember
|
||||
{
|
||||
public int MessageCount { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue