mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Merge pull request #255 from dev-kittens/feat/group-random
Add random command for groups
This commit is contained in:
commit
07cd753247
8 changed files with 132 additions and 60 deletions
|
|
@ -43,6 +43,7 @@ namespace PluralKit.Bot
|
|||
builder.RegisterType<MemberGroup>().AsSelf();
|
||||
builder.RegisterType<MemberProxy>().AsSelf();
|
||||
builder.RegisterType<Misc>().AsSelf();
|
||||
builder.RegisterType<Random>().AsSelf();
|
||||
builder.RegisterType<ServerConfig>().AsSelf();
|
||||
builder.RegisterType<Switch>().AsSelf();
|
||||
builder.RegisterType<System>().AsSelf();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue