feat: redirect commands
This commit is contained in:
parent
03dc16b0b3
commit
bacbc6db0e
7 changed files with 212 additions and 7 deletions
|
|
@ -88,6 +88,7 @@ builder
|
|||
.WithCommandGroup<KeyRoleCommands>()
|
||||
.WithCommandGroup<InviteCommands>()
|
||||
.WithCommandGroup<IgnoreChannelCommands>()
|
||||
.WithCommandGroup<RedirectCommands>()
|
||||
// End command tree
|
||||
.Finish()
|
||||
.AddPagination()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue