Disable match_embeds by default in other triggers as well. Add strip_markdown option to match_regex as well.
This commit is contained in:
parent
d9140ff7a8
commit
46400166ea
3 changed files with 10 additions and 3 deletions
|
@ -37,7 +37,7 @@ export const MatchInvitesTrigger = automodTrigger<MatchResultType>()({
|
|||
defaultConfig: {
|
||||
allow_group_dm_invites: false,
|
||||
match_messages: true,
|
||||
match_embeds: true,
|
||||
match_embeds: false,
|
||||
match_visible_names: false,
|
||||
match_usernames: false,
|
||||
match_nicknames: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue