Commit Graph

5 Commits

Author SHA1 Message Date
Claude 6b9dde03e9 feat: add forum tags, update forum post, and edit message tools
Add three new Discord tools:
- discord_get_forum_tags: retrieve available tags (id, name, emoji) for a forum channel
- discord_update_forum_post: update a forum post's title, tags, archived/locked status
- discord_edit_message: edit a bot-authored message with ownership validation

Tags can be specified by name or ID in update_forum_post for convenience.
2026-02-26 15:17:54 -05:00
copilot-swe-agent[bot] bc5a056ed0 Add reply functionality to discord_send tool
Co-authored-by: SootyOwl <7614538+SootyOwl@users.noreply.github.com>
2025-10-16 18:50:03 +01:00
IAPP-BY 2758ce00fb feat: remove discord_login tool and update dockerfile 2025-06-03 13:43:38 +08:00
Barry Yip 91030ce575 feat: add unified Discord error handler with clear guidance for unauthorized server access 2025-05-14 00:01:59 +08:00
Barry Yip 56faf1ad85 Modularize tool list and handlers
Modularize tool list and handlers for better maintainability

- Move tool list to separate toolList.ts file
- Split handlers into functional modules (channel, reactions, webhooks)
- Optimize import structure and switch statement in index.ts
- Maintain same functionality with improved code organization
2025-05-02 16:23:44 +08:00