From c6453e2137ee9cc64e03357aac9df45074d907e6 Mon Sep 17 00:00:00 2001 From: AI Moderator Date: Mon, 1 May 2023 22:35:00 -0400 Subject: [PATCH] [F] typo ;-; --- tools/gh_moderator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gh_moderator.py b/tools/gh_moderator.py index 74ced491..0b46c39f 100644 --- a/tools/gh_moderator.py +++ b/tools/gh_moderator.py @@ -103,7 +103,7 @@ async def process_event(event: str, obj: dict, id: str): printc(f"&e[+] Received event: {id} {event} by {actor}") if actor in blacklist_users: - redact(event, obj, "User is blacklisted", id) + redact(event, obj, id, "User is blacklisted") return # Normalize content