feat: ignore user commands

This commit is contained in:
sam 2024-10-29 00:06:39 +01:00
parent a50a8567dd
commit b52df95b65
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 143 additions and 3 deletions

View file

@ -94,6 +94,7 @@ builder
.WithCommandGroup<IgnoreChannelCommands>()
.WithCommandGroup<RedirectCommands>()
.WithCommandGroup<WatchlistCommands>()
.WithCommandGroup<IgnoreUserCommands>()
// End command tree
.Finish()
.AddPagination()