Handle UIB interactions for ignoring channels. (#6503)

Co-authored-by: Michael Oliveira <34169552+Flame442@users.noreply.github.com>
Co-authored-by: Jakub Kuczys <me@jacken.men>
This commit is contained in:
Kowlin
2026-03-04 21:38:30 +01:00
committed by GitHub
parent 45c55418a4
commit afe4e636b7
5 changed files with 37 additions and 6 deletions

View File

@@ -5789,7 +5789,9 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
The ignore list will prevent the bot from responding to commands in the configured locations.
Note: Owners and Admins override the ignore list.
Notes:
- Category ignores are ignored by user-installed commands
- Owners, Admins, and those with Manage Channel permissions override ignored channels.
"""
@ignore.command(name="list")
@@ -5821,7 +5823,9 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
Defaults to the current thread or channel.
Note: Owners, Admins, and those with Manage Channel permissions override ignored channels.
Notes:
- Category ignores are ignored by user-installed commands
- Owners, Admins, and those with Manage Channel permissions override ignored channels.
**Examples:**
- `[p]ignore channel #general` - Ignores commands in the #general channel.