From 6780f6de9e52dd8d25f95595cab5dcbc718c14a4 Mon Sep 17 00:00:00 2001 From: koko210Serve Date: Fri, 24 Apr 2026 13:58:37 +0300 Subject: [PATCH] fix: register 'activity' logger component The custom logger requires components to be registered in the COMPONENTS dict. Added 'activity' for the mood-based presence system. --- bot/utils/logger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/utils/logger.py b/bot/utils/logger.py index a95b570..7f3a0b6 100644 --- a/bot/utils/logger.py +++ b/bot/utils/logger.py @@ -67,6 +67,7 @@ COMPONENTS = { 'error_handler': 'Error detection and webhook notifications', 'uno': 'UNO game automation and commands', 'task_tracker': 'Task tracking and management system', + 'activity': 'Mood-based Discord presence and activity status', } # Global configuration