claude-memory/graph/solutions/custom-command-delete-permission-check-fix-8c7c79.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

506 B

id type title tags importance confidence created updated
8c7c7977-7031-4028-b37c-647917fdc9ab solution Custom command delete permission check fix
major-domo
discord-bot
fix
custom-commands
0.6 0.8 2026-01-28T22:10:59.739388+00:00 2026-01-28T22:10:59.739388+00:00

Fixed permission check in custom_commands_service.py comparing database ID (command.creator_id) against Discord user ID. Changed to command.creator.discord_id to properly match against deleter_discord_id parameter.