Skip to content

feat: add full DM toolset (embed, edit, read, reply, delete)#13

Merged
PaSympa merged 1 commit intomainfrom
feat/dm-tools
Apr 6, 2026
Merged

feat: add full DM toolset (embed, edit, read, reply, delete)#13
PaSympa merged 1 commit intomainfrom
feat/dm-tools

Conversation

@PaSympa
Copy link
Copy Markdown
Owner

@PaSympa PaSympa commented Apr 6, 2026

Summary

  • Expand DM support from 1 tool to 7, all taking user_id directly
  • New tools: send_dm_embed, edit_dm, edit_dm_embed, delete_dm, read_dms, reply_dm
  • No changes to existing message tools — DM tools are fully self-contained in dm.ts

Test plan

  • discord_send_dm — text message sent
  • discord_send_dm_embed — embed sent
  • discord_read_dms — history retrieved
  • discord_edit_dm — text message edited
  • discord_edit_dm_embed — embed edited
  • discord_reply_dm — reply sent
  • discord_delete_dm — message deleted

Expand DM support from 1 tool to 7: send, send embed, edit message,
edit embed, delete, read history, and reply — all taking user_id directly.
@PaSympa PaSympa merged commit 9c76621 into main Apr 6, 2026
1 check passed
@PaSympa PaSympa deleted the feat/dm-tools branch April 6, 2026 15:27
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.

1 participant