Skip to content

Fix for discord threads - #235

Closed
azaz44 wants to merge 2 commits into
moazbuilds:masterfrom
azaz44:fix/discord-threads
Closed

Fix for discord threads#235
azaz44 wants to merge 2 commits into
moazbuilds:masterfrom
azaz44:fix/discord-threads

Conversation

@azaz44

@azaz44 azaz44 commented Jun 4, 2026

Copy link
Copy Markdown

Summary

ClaudeClaw will now ignore system messages (like thread creation) and only listen to messages and replies.

Fixes: #230

Validation

  • I ran the relevant checks locally
  • I updated any docs or setup guidance affected by this change - not needed I believe

Plugin Versioning

Versions bumped.

Run as needed:

bun run bump:plugin-version
bun run bump:marketplace-version

Typical rule:

  • bump .claude-plugin/plugin.json when shipped plugin content changes
  • bump .claude-plugin/marketplace.json when marketplace metadata should reflect the new shipped version

Docs-only and other non-shipped changes do not require these bumps.

arek-ka and others added 2 commits June 4, 2026 13:29
… recap prompts

Adds a DiscordMessageType const enum and filters handleMessageCreate to
only process Default (0) and Reply (19) message types, dropping ThreadCreated
(18) and other system messages that Discord posts to the parent channel when
a thread is started.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@TerrysPOV

Copy link
Copy Markdown
Collaborator

Closing in favour of #239

@TerrysPOV TerrysPOV closed this Jun 28, 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.

Discord thread handling issue / OpenClaw makes stuff on main channel

3 participants