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).
This commit is contained in:
Simon KP 2026-01-27 09:06:29 +11:00
parent 3d740d9228
commit e13876ed78

View File

@ -88,6 +88,9 @@
"ackReaction": "👀",
"inbound": {
"debounceMs": 2000
},
"groupChat": {
"mentionPatterns": ["@tobias"]
}
},
"skills": {