feat: ignore entity commands, actually ignore events when the entity is ignored
This commit is contained in:
parent
4eb5c16451
commit
223f808151
4 changed files with 348 additions and 3 deletions
|
|
@ -100,6 +100,9 @@ builder
|
|||
.WithCommandGroup<IgnoreMessageCommands.Channels>()
|
||||
.WithCommandGroup<IgnoreMessageCommands.Users>()
|
||||
.WithCommandGroup<IgnoreMessageCommands.Roles>()
|
||||
.WithCommandGroup<IgnoreEntitiesCommands>()
|
||||
.WithCommandGroup<IgnoreEntitiesCommands.Channels>()
|
||||
.WithCommandGroup<IgnoreEntitiesCommands.Roles>()
|
||||
.WithCommandGroup<RedirectCommands>()
|
||||
.WithCommandGroup<WatchlistCommands>()
|
||||
// End command tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue