mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
Refactor system/member privacy commands
This commit is contained in:
parent
1449234a84
commit
9f523b3c5f
8 changed files with 249 additions and 196 deletions
9
PluralKit.Core/Models/Privacy/LookupContext.cs
Normal file
9
PluralKit.Core/Models/Privacy/LookupContext.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace PluralKit.Core
|
||||
{
|
||||
public enum LookupContext
|
||||
{
|
||||
ByOwner,
|
||||
ByNonOwner,
|
||||
API
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue