Delete dashboard duplicates on create event
Event-driven cleanup removes stale dashboard messages as soon as Discord emits messageCreate, while preserving the tracked status message.
This commit is contained in:
@@ -29,6 +29,7 @@ vi.mock('../config.js', () => ({
|
||||
TRIGGER_PATTERN: /^@Andy\b/i,
|
||||
DATA_DIR: '/tmp/ejclaw-test-data',
|
||||
CACHE_DIR: '/tmp/ejclaw-test-cache',
|
||||
STATUS_CHANNEL_ID: 'status-channel',
|
||||
}));
|
||||
|
||||
// Mock logger
|
||||
|
||||
Reference in New Issue
Block a user