Add pk;member group

This commit is contained in:
spiral 2020-11-22 19:57:01 -05:00
parent 7f82a3e63a
commit 115017980e
No known key found for this signature in database
GPG key ID: 00C26F208D3FCCAB
6 changed files with 180 additions and 7 deletions

View file

@ -40,6 +40,7 @@ namespace PluralKit.Bot
builder.RegisterType<Member>().AsSelf();
builder.RegisterType<MemberAvatar>().AsSelf();
builder.RegisterType<MemberEdit>().AsSelf();
builder.RegisterType<MemberGroup>().AsSelf();
builder.RegisterType<MemberProxy>().AsSelf();
builder.RegisterType<Misc>().AsSelf();
builder.RegisterType<ServerConfig>().AsSelf();