Add member list flag to show avatar URL

This commit is contained in:
spiral
2020-11-14 12:35:22 -05:00
parent 537783dd96
commit 71d989f948
2 changed files with 6 additions and 0 deletions

View File

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