feat: add key role commands
This commit is contained in:
parent
6e45b0f5b5
commit
086eb95452
2 changed files with 90 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ builder.Host
|
|||
// Start command tree
|
||||
.WithCommandGroup<MetaCommands>()
|
||||
.WithCommandGroup<ChannelCommands>()
|
||||
.WithCommandGroup<KeyRoleCommands>()
|
||||
// End command tree
|
||||
.Finish()
|
||||
.AddPagination()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue