mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add member list flag to show avatar URL
This commit is contained in:
parent
537783dd96
commit
71d989f948
2 changed files with 6 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue