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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user