This commit is contained in:
spiral 2022-03-30 02:36:39 -04:00
parent be89f907a0
commit b25d5f1b67
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
4 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@ using SqlKata;
namespace PluralKit.Core;
public class AutoproxyPatch : PatchObject
public class AutoproxyPatch: PatchObject
{
public Partial<AutoproxyMode> AutoproxyMode { get; set; }
public Partial<MemberId?> AutoproxyMember { get; set; }