mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add pk;member group
This commit is contained in:
parent
7f82a3e63a
commit
115017980e
6 changed files with 180 additions and 7 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue