feat: ignore entity commands, actually ignore events when the entity is ignored

This commit is contained in:
sam 2024-11-18 21:26:47 +01:00
parent 4eb5c16451
commit 223f808151
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
4 changed files with 348 additions and 3 deletions

View file

@ -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