feat: redirect commands

This commit is contained in:
sam 2024-10-16 14:53:30 +02:00
parent 03dc16b0b3
commit bacbc6db0e
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
7 changed files with 212 additions and 7 deletions

View file

@ -88,6 +88,7 @@ builder
.WithCommandGroup<KeyRoleCommands>()
.WithCommandGroup<InviteCommands>()
.WithCommandGroup<IgnoreChannelCommands>()
.WithCommandGroup<RedirectCommands>()
// End command tree
.Finish()
.AddPagination()