mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-15 18:20:11 +00:00
feat(bot): tweak wording for short list flag error
This commit is contained in:
parent
897fad12e6
commit
e525c2da63
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ public static class ListOptionsExt
|
||||||
public static void AssertIsValid(this ListOptions opts)
|
public static void AssertIsValid(this ListOptions opts)
|
||||||
{
|
{
|
||||||
if (opts.Type == ListType.Short && opts.includedCount > 1)
|
if (opts.Type == ListType.Short && opts.includedCount > 1)
|
||||||
throw new PKError("The short list does not support showing items from multiple flags. Try using the full list instead.");
|
throw new PKError("The short list does not support showing information from multiple flags. Try using the full list instead.");
|
||||||
|
|
||||||
// the check for multiple *sorting* property flags is done in SortProperty setter
|
// the check for multiple *sorting* property flags is done in SortProperty setter
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue