feat: show display options in short member list

This commit is contained in:
spiral
2021-08-05 17:48:31 -04:00
parent c27cbeed01
commit 2807906d79
3 changed files with 55 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ namespace PluralKit.Bot
public bool IncludeLastMessage { get; set; }
public bool IncludeCreated { get; set; }
public bool IncludeAvatar { get; set; }
public bool IncludePronouns { get; set; }
public string CreateFilterString()
{