feat: ignore user commands
This commit is contained in:
parent
a50a8567dd
commit
b52df95b65
4 changed files with 143 additions and 3 deletions
|
|
@ -94,6 +94,7 @@ builder
|
|||
.WithCommandGroup<IgnoreChannelCommands>()
|
||||
.WithCommandGroup<RedirectCommands>()
|
||||
.WithCommandGroup<WatchlistCommands>()
|
||||
.WithCommandGroup<IgnoreUserCommands>()
|
||||
// End command tree
|
||||
.Finish()
|
||||
.AddPagination()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue