Refactor system/member privacy commands
This commit is contained in:
8
PluralKit.Core/Models/Privacy/PrivacyLevel.cs
Normal file
8
PluralKit.Core/Models/Privacy/PrivacyLevel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace PluralKit.Core
|
||||
{
|
||||
public enum PrivacyLevel
|
||||
{
|
||||
Public = 1,
|
||||
Private = 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user