Skip to content

fix: persist command deletion via !addcommand _ - #59

Merged
slugalisk merged 1 commit into
MemeLabs:masterfrom
nom-d-plume:fix/addcommand-delete-persist
Aug 16, 2026
Merged

fix: persist command deletion via !addcommand _#59
slugalisk merged 1 commit into
MemeLabs:masterfrom
nom-d-plume:fix/addcommand-delete-persist

Conversation

@nom-d-plume

Copy link
Copy Markdown
Contributor

Deleting a command with !addcommand _ removed it from the in-memory map but never called saveStaticCommands(), so the deletion was lost on restart and the old command would reload from disk.

Deleting a command with !addcommand <name> _ removed it from the
in-memory map but never called saveStaticCommands(), so the deletion
was lost on restart and the old command would reload from disk.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@slugalisk
slugalisk merged commit 9c8b134 into MemeLabs:master Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants