#Bot a @ bot b
1 messages · Page 1 of 1 (latest)
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: