#Bot a @ bot b

1 messages · Page 1 of 1 (latest)

next fossil
#

Bot A @mentions Bot B—why doesn’t Bot B respond? It only responds when a user @mentions B. (I’ve confirmed Bot B’s config is set to open.)

leaden flowerBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> âś… Mark Solution

sullen karmaBOT
#

OpenClaw’s Discord adapter ignores bot-authored messages by default (to prevent bot↔bot feedback loops). So even if Bot A mentions Bot B, Bot B will drop it unless you explicitly allow bot senders.

Fix: enable channels.discord.allowBots. If you only want Bot B to react when a bot mentions it (recommended), use "mentions":

{
  channels: {
    discord: {
      allowBots: "mentions",
    },
  },
}

If you set it to true, it’ll accept all bot messages (higher loop risk).

Also double-check your access policy: