This commit is contained in:
Erik 2022-03-28 01:40:32 +03:00
parent 1ce91d530d
commit aa37976ffc
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
5 changed files with 62 additions and 8 deletions

View File

@ -15,4 +15,13 @@ Invite filter violation.
<@{user}> your message contained a unauthorised URL.
[L_FILTER_ACTION]
Link filter violation, matched domain: {domain}
Link filter violation, matched domain: {domain}
[M_FILTER_ACTION]
Mention filter violation.
[M_FILTER_DELETE]
<@{user}> your message was filtered for containing too many mentions.
[WORDWATCHER_ACTION]
Manual flag review.

View File

@ -4,4 +4,25 @@ An error occurred during execution of {type} on {target} in <#{channel}>.
**Infraction Reason:** {infractionReason}
**Error Reason:** {reason}
**Error Reason:** {reason}
[WORDWATCHER_WARN]
__**Wordwatcher Warning**__
Wordwatcher encountered an issue during operation
[WORDWATCHER_ERROR]
__**Wordwatcher Error**__
[WORDWATCHER_MISSING_LOG]
Missing log for target message.
Message either deleted or old enough to have been purged from cache.
[WORDWATCHER_MISSING_ACTION]
Missing action for **{actionType}**.
This occurs if an action is deleted after a message has been flagged.
[WORDWATCHER_MISSING_CHANNEL]
The channel in which the message was no longer exists.
[WORDWATCHER_MISSING_MEMBER]
Missing target member for action **{actionType}**.

View File

@ -18,17 +18,29 @@ Message was in reply to user {tag} ({id}):
[MSGLOG_FILTERED]
The message was filtered:
[MSGLOG_FILTERED_VALUE]
Matched: **{match}**
[MSGLOG_FILTERED_VALUE_WORD]
Filter: **{matcher}**
Matched: **{match}**
[MSGLOG_FILTERED_VALUE_INVITE]
Filter: **{matcher}**
Matched: **{match}**
[MSGLOG_FILTERED_VALUE_LINK]
Filter: **{matcher}**
Matched: **{match}**
[MSGLOG_FILTERED_VALUE_MENTION]
Filter: **{filter}**
Amount: **{amount}**
[MSGLOG_FILTERED_VALUE_WORDWATCHER]
Filter: **{filter}**
Action: **{action}**
[MSGLOG_FILTERED_SANCTIONED]
__User was sanctioned.__ {emoji_hammer}
[MSGLOG_FILTERED_PRESET]
Matched word: **{match}**
Preset filter: **{matcher}**
[MSGLOG_DELETE_FOOTER]
Message ID: {msgID} | User ID: {userID}

View File

@ -1,3 +1,9 @@
[SETTING_PERMISSIONS_HELP]
Configure which set of permissions the bot works with.
[SETTING_PERMISSION_TYPE_FIELD]
》 Type
[SETTING_SILENT_HELP]
Configure if all moderation commands will execute silently.
Silent execution enables ephemeral responses to moderation commands, i.e. the bot's response **only** shows to the executor.

View File

@ -180,6 +180,12 @@ Successfully removed all actions.
[SETTING_FILTER_EDIT_INVALID]
The edit method is **only** available for the **actions** list.
[SETTING_FILTER_CURRENT_ACTIONS]
Currently configured actions for the filter.
[SETTING_FILTER_NOACTIONS]
You haven't configured any filter actions.
//////////////////////////////////////////////////
// Automod