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:
parent
3d740d9228
commit
e13876ed78
@ -88,6 +88,9 @@
|
|||||||
"ackReaction": "👀",
|
"ackReaction": "👀",
|
||||||
"inbound": {
|
"inbound": {
|
||||||
"debounceMs": 2000
|
"debounceMs": 2000
|
||||||
|
},
|
||||||
|
"groupChat": {
|
||||||
|
"mentionPatterns": ["@tobias"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"skills": {
|
"skills": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user