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.
This commit is contained in:
2026-04-24 13:58:37 +03:00
parent 9293aec301
commit 6780f6de9e

View File

@@ -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