mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 08:10:10 +00:00
General bits of cleanup
This commit is contained in:
parent
4b69ef806a
commit
2702c45b4f
5 changed files with 7 additions and 21 deletions
|
|
@ -64,7 +64,8 @@ namespace PluralKit.Bot
|
|||
{
|
||||
PrivacyFilter.PrivateOnly => PrivacyLevel.Private,
|
||||
PrivacyFilter.PublicOnly => PrivacyLevel.Public,
|
||||
PrivacyFilter.All => null
|
||||
PrivacyFilter.All => null,
|
||||
_ => throw new ArgumentOutOfRangeException($"Unknown privacy filter {PrivacyFilter}")
|
||||
}, Filter, SearchInDescription);
|
||||
|
||||
private IEnumerable<ListedMember> Sort(IEnumerable<ListedMember> input)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue