mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +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
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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue