feat: add key role commands

This commit is contained in:
sam 2024-09-02 15:06:22 +02:00
parent 6e45b0f5b5
commit 086eb95452
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
2 changed files with 90 additions and 0 deletions

View file

@ -45,6 +45,7 @@ builder.Host
// Start command tree
.WithCommandGroup<MetaCommands>()
.WithCommandGroup<ChannelCommands>()
.WithCommandGroup<KeyRoleCommands>()
// End command tree
.Finish()
.AddPagination()