Refactor system/member privacy commands
This commit is contained in:
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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user