lang stuff

This commit is contained in:
Erik 2020-09-18 03:29:57 +03:00
parent ec2b647e2b
commit 4011683e8e
2 changed files with 53 additions and 0 deletions

View File

@ -95,6 +95,19 @@ switch("{set}") {
{accage} - age of the account
{id} - ID of the account
//Grammar stuff
[ADD_PAST]
added
[REMOVE_PAST]
removed
[SET_PAST]
set
[RESET_PAST]
reset
//Errors
[ERR_CHANNEL_RESOLVE]

View File

@ -40,6 +40,46 @@ You enabled the **discord** permission type, which means **nobody can use comman
// Moderation Module
//Wordfilter
[S_WORDFILTER_DESCRIPTION]
Configure the word filtering behaviour for your server.
[S_WORDFILTER_EXPLICIT_ADD]
Successfully added `{changed}` to the explicit word filter.
[S_WORDFILTER_EXPLICIT_REMOVE]
Successfully removed `{changed}` from the explicit word filter.
[S_WORDFILTER_EXPLICIT_SET]
Successfully set the explicit word filter to `{changed}`.
[S_WORDFILTER_EXPLICIT_RESET]
Successfully reset the explicit word filter.
[S_WORDFILTER_FUZZY_ADD]
Successfully added `{changed}` to the fuzzy word filter.
[S_WORDFILTER_FUZZY_REMOVE]
Successfully removed `{changed}` from the fuzzy word filter.
[S_WORDFILTER_FUZZY_SET]
Successfully set the fuzzy word filter to `{changed}`.
[S_WORDFILTER_FUZZY_RESET]
Successfully reset the fuzzy word filter.
[S_WORDFILTER_TOKENIZED_ADD]
Successfully added `{changed}` to the tokenized word filter.
[S_WORDFILTER_TOKENIZED_REMOVE]
Successfully removed `{changed}` from the tokenized word filter.
[S_WORDFILTER_TOKENIZED_SET]
Successfully set the tokenized word filter to `{changed}`.
[S_WORDFILTER_TOKENIZED_RESET]
Successfully reset the tokenized word filter.
//Protection Setting
[S_PROTECTION_DESCRIPTION]
Configure how moderation immunity works. Can be specific roles or role position based.