fix: don't register subcommand groups separately

This commit is contained in:
sam 2025-01-05 13:57:57 -05:00
parent 0d7e809ef6
commit 1a63540f89
Signed by: sam
GPG key ID: 5F3C3C1B3166639D

View file

@ -97,12 +97,7 @@ builder
.WithCommandGroup<KeyRoleCommands>()
.WithCommandGroup<InviteCommands>()
.WithCommandGroup<IgnoreMessageCommands>()
.WithCommandGroup<IgnoreMessageCommands.Channels>()
.WithCommandGroup<IgnoreMessageCommands.Users>()
.WithCommandGroup<IgnoreMessageCommands.Roles>()
.WithCommandGroup<IgnoreEntitiesCommands>()
.WithCommandGroup<IgnoreEntitiesCommands.Channels>()
.WithCommandGroup<IgnoreEntitiesCommands.Roles>()
.WithCommandGroup<RedirectCommands>()
.WithCommandGroup<WatchlistCommands>()
// End command tree