claude-memory/graph/fixes/custom-command-delete-ui-showed-success-but-didnt-delete-ef1514.md
Cal Corum b140d4d82a migrate: 313 memories from MemoryGraph
- 313 new markdown files created
- 30 relationships embedded
- 313 entries indexed
- State initialized with usage data
2026-02-13 11:11:48 -06:00

13 lines
497 B
Markdown

---
id: ef15149d-9386-4503-b6e0-c2d23bfae51e
type: fix
title: "Custom command delete UI showed success but didn't delete"
tags: [major-domo, discord.py, fix, bug]
importance: 0.6
confidence: 0.8
created: "2026-01-28T22:01:40.394465+00:00"
updated: "2026-01-28T22:01:40.394465+00:00"
---
The delete confirmation view in views/custom_commands.py showed a success message when user clicked confirm, but never actually called custom_commands_service.delete_command(). Added the missing service call.