From e13876ed7835c90dd9505414c086b3623cf2217c Mon Sep 17 00:00:00 2001 From: Simon KP Date: Tue, 27 Jan 2026 09:06:29 +1100 Subject: [PATCH] fix(config): move mentionPatterns to correct location mentionPatterns belongs in messages.groupChat, not channels.discord. Also removed invalid requireMention at discord level (already set at guild level). --- deploy/prod/clawdbot.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deploy/prod/clawdbot.json b/deploy/prod/clawdbot.json index fb27f7b45..1581b6036 100644 --- a/deploy/prod/clawdbot.json +++ b/deploy/prod/clawdbot.json @@ -88,6 +88,9 @@ "ackReaction": "👀", "inbound": { "debounceMs": 2000 + }, + "groupChat": { + "mentionPatterns": ["@tobias"] } }, "skills": {