lang stuff

This commit is contained in:
Erik 2020-10-01 00:01:13 +03:00
parent 34d6940208
commit 451f97b46c
2 changed files with 23 additions and 0 deletions

View File

@ -48,6 +48,9 @@ This channel is ignored by the bot, this should not be sending.
[W_FILTER_DELETE]
<@{user}> your message was filtered.
[W_FILTER_ACTION]
Word filter violation.
// Logging
// Message logs
@ -61,6 +64,9 @@ The message was filtered:
Matched word: **{match}**
Filter: **{matcher}**
[MSGLOG_FILTERED_SANCTIONED]
__User was sanctioned.__ {emoji_hammer}
[MSGLOG_FILTERED_PRESET]
Matched word: **{match}**
Preset filter: **{matcher}**

View File

@ -67,6 +67,16 @@ Actions without assigned points will use default values from modpoints.
Respond with the amount of points or **n**o.
[S_FILTER_ACTION_ADD_EXPIRATION]
Do you want the modpoints to have an expiration?
Actions without assigned expiration will use default values from modpoints.
Respond with the duration or **n**o.
[S_FILTER_ACTION_ADD_EXPIRATION_FAIL]
Failed to resolve a valid timestring, skipping this step for now.
You can edit this later.
[S_FILTER_ACTION_ADD_POINTS_FAIL]
Failed to parse points from your response.
Will use defaults for now. You can edit this later with the edit prompts.
@ -176,6 +186,13 @@ Respond with the new point value.
[S_FILTER_ACTION_EDIT_POINTS_FAIL]
Failed to parse points.
[S_FILTER_ACTION_EDIT_EXPIRATION]
Respond with the new expiration.
**0** will disable expiration.
[S_FILTER_ACTION_EDIT_EXPIRATION_FAIL]
Failed to parse a valid timestring.
[S_FILTER_ACTION_EDIT_TYPE]
Respond with the new action type.
Must be one of `{valid}`.