diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-13 19:19:06 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-13 19:19:06 -0500 |
commit | 8a27a3428dc3946a538f6471e480a34e41ceb7e6 (patch) | |
tree | ca45e5d9a94b32aa410624ae8a02d53f11cb4a33 /src/lib/models | |
parent | 64d8476209d33c06547988c27874b986814db232 (diff) | |
download | tanzanite-8a27a3428dc3946a538f6471e480a34e41ceb7e6.tar.gz tanzanite-8a27a3428dc3946a538f6471e480a34e41ceb7e6.tar.bz2 tanzanite-8a27a3428dc3946a538f6471e480a34e41ceb7e6.zip |
added new automod thing, fixed some errors
Diffstat (limited to 'src/lib/models')
-rw-r--r-- | src/lib/models/Guild.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/models/Guild.ts b/src/lib/models/Guild.ts index 02f487b..50113bf 100644 --- a/src/lib/models/Guild.ts +++ b/src/lib/models/Guild.ts @@ -280,6 +280,10 @@ export const guildFeaturesObj = asGuildFeature({ name: 'Exclude Automod Scam Links', description: 'Opt out of having automod delete scam links.' }, + delScamMentions: { + name: 'Delete Scam Mentions', + description: 'Deletes messages with @everyone and @here mentions that have common scam phrases.' + }, autoPublish: { name: 'Auto Publish', description: 'Publishes messages in configured announcement channels.' |