fix: don't register subcommand groups separately
This commit is contained in:
parent
0d7e809ef6
commit
1a63540f89
1 changed files with 0 additions and 5 deletions
|
|
@ -97,12 +97,7 @@ builder
|
||||||
.WithCommandGroup<KeyRoleCommands>()
|
.WithCommandGroup<KeyRoleCommands>()
|
||||||
.WithCommandGroup<InviteCommands>()
|
.WithCommandGroup<InviteCommands>()
|
||||||
.WithCommandGroup<IgnoreMessageCommands>()
|
.WithCommandGroup<IgnoreMessageCommands>()
|
||||||
.WithCommandGroup<IgnoreMessageCommands.Channels>()
|
|
||||||
.WithCommandGroup<IgnoreMessageCommands.Users>()
|
|
||||||
.WithCommandGroup<IgnoreMessageCommands.Roles>()
|
|
||||||
.WithCommandGroup<IgnoreEntitiesCommands>()
|
.WithCommandGroup<IgnoreEntitiesCommands>()
|
||||||
.WithCommandGroup<IgnoreEntitiesCommands.Channels>()
|
|
||||||
.WithCommandGroup<IgnoreEntitiesCommands.Roles>()
|
|
||||||
.WithCommandGroup<RedirectCommands>()
|
.WithCommandGroup<RedirectCommands>()
|
||||||
.WithCommandGroup<WatchlistCommands>()
|
.WithCommandGroup<WatchlistCommands>()
|
||||||
// End command tree
|
// End command tree
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue