- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
13 lines
497 B
Markdown
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.
|