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

@ -50,7 +50,6 @@ public partial class IgnoreMessageCommands : CommandGroup
{
[Command("add")]
[Description("Add a channel to the list of ignored channels.")]
[SuppressInteractionResponse(true)]
public async Task<IResult> AddIgnoredChannelAsync(
[ChannelTypes(
ChannelType.GuildCategory,