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

13 lines
506 B
Markdown

---
id: 8c7c7977-7031-4028-b37c-647917fdc9ab
type: solution
title: "Custom command delete permission check fix"
tags: [major-domo, discord-bot, fix, custom-commands]
importance: 0.6
confidence: 0.8
created: "2026-01-28T22:10:59.739388+00:00"
updated: "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.