From 8fc2daee90c28a92fd65caa01e525635291f6d5c Mon Sep 17 00:00:00 2001 From: pushiscool Date: Fri, 19 Jun 2026 23:39:11 -0400 Subject: [PATCH] Add production bot ID to scam detector enabled list --- src/cogs/scam_image_detector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/scam_image_detector.py b/src/cogs/scam_image_detector.py index 5e5cabc..18d7114 100644 --- a/src/cogs/scam_image_detector.py +++ b/src/cogs/scam_image_detector.py @@ -19,7 +19,7 @@ log = logging.getLogger(__name__) -DEFAULT_ENABLED_BOT_IDS = {1508281890820460604} +DEFAULT_ENABLED_BOT_IDS = {1508281890820460604, 1464966749643341847} REVIEW_CHANNEL_ID = 1517350483646484480 IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".webp", ".gif", ".bmp"} VIDEO_EXTENSIONS = {".mp4", ".mov", ".webm", ".m4v", ".mkv"}