feat: ignore channel commands

This commit is contained in:
sam 2024-10-14 21:28:34 +02:00
parent 4f718cde20
commit af437ff88c
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
6 changed files with 319 additions and 0 deletions

View file

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