Skip to content

feat: allow monitored bots to trigger without mention#214

Closed
the3mi wants to merge 3 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond
Closed

feat: allow monitored bots to trigger without mention#214
the3mi wants to merge 3 commits intoopenabdev:mainfrom
the3mi:feat/toggle-monitored-bot-auto-respond

Conversation

@the3mi
Copy link
Copy Markdown
Contributor

@the3mi the3mi commented Apr 11, 2026

Summary

Add monitored_bot_ids config. Bots in this list can trigger responses without needing a mention. Other bots are still skipped (original behavior).

Config

[discord]
monitored_bot_ids = ["1486215276163760208"]

Files Changed

  • src/config.rs — add monitored_bot_ids field
  • src/discord.rs — allow monitored bots to bypass mention check
  • src/main.rs — parse new config field

OpenClaw Bot added 2 commits April 11, 2026 20:59
- Add auto_respond_from_bots config flag (default: false)
- When false: skip all bot messages (original behavior)
- When true: respond to monitored_bot_ids without mention
Add monitored_bot_ids config. Bots in this list can trigger
responses without needing a mention. Other bots are still skipped.
@the3mi the3mi requested a review from thepagent as a code owner April 11, 2026 13:13
Remove bot-skip logic. Any bot message in an allowed channel
can now trigger a response without needing a mention.
@the3mi the3mi closed this Apr 11, 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.

1 participant