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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue