- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
506 B
506 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 8c7c7977-7031-4028-b37c-647917fdc9ab | solution | Custom command delete permission check fix |
|
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.