diff --git a/PluralKit.Bot/Commands/Lists/ListOptions.cs b/PluralKit.Bot/Commands/Lists/ListOptions.cs index 7d9b4471..ce5e2fd7 100644 --- a/PluralKit.Bot/Commands/Lists/ListOptions.cs +++ b/PluralKit.Bot/Commands/Lists/ListOptions.cs @@ -174,7 +174,7 @@ public static class ListOptionsExt opts.IncludeAvatar, opts.IncludePronouns, opts.IncludeDisplayName, - }.Sum(x => Convert.ToInt32(x)) > 0; + }.Sum(x => Convert.ToInt32(x)) > 1; if (hasMultipleIncluded) throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");