From dce89a9ab3be38a4f88fab449a7158c6c75989fc Mon Sep 17 00:00:00 2001 From: Vivek Ashokkumar Date: Mon, 15 Apr 2024 04:53:54 +0530 Subject: Update comment for clarity on skipping adding of phishing button --- bot/exts/filtering/_ui/ui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/exts/filtering/_ui/ui.py b/bot/exts/filtering/_ui/ui.py index e6c39dc75..8d96a3521 100644 --- a/bot/exts/filtering/_ui/ui.py +++ b/bot/exts/filtering/_ui/ui.py @@ -619,7 +619,8 @@ class AlertView(discord.ui.View): super().__init__(timeout=ALERT_VIEW_TIMEOUT) self.ctx = ctx if "banned" in self.ctx.action_descriptions: - # If the user has already been banned, do not attempt to add phishing button + # If the user has already been banned, do not attempt to add phishing button since the URL or guild invite + # is probably already added as a filter return phishing_content, target_filter_list = self._extract_potential_phish(triggered_filters) if phishing_content: -- cgit v1.2.3