This commit is contained in:
Erik 2020-07-11 23:41:03 +03:00
parent b820d157d0
commit 5d374647d8
3 changed files with 41 additions and 5 deletions

View File

@ -32,13 +32,16 @@ added
[GENERAL_REMOVED] [GENERAL_REMOVED]
removed removed
[PREMIUM_2] [PREMIUM_REQUIRED]
Sorry! This is a tier 2 premium feature. Sorry! This is a tier {required} premium feature.
Current server tier: `{tier}` Current server tier: `{tier}`
[MISSING_ARGS] [MISSING_ARGS]
Missing arguments. Missing arguments.
[INVALID_ARGS]
Invalid arguments.
[ON_OFF_TOGGLE] [ON_OFF_TOGGLE]
switch({toggle}) { switch({toggle}) {
case true: case true:

View File

@ -1,4 +1,30 @@
//PROTECTION SETTING
[S_PROTECTION_DESCRIPTION]
Configure how moderation immunity works. Can be specific roles or role position based.
[S_PROTECTION_INVALID_ARGS]
Invalid argument, must be either `role` or `position`.
[S_PROTECTION_TYPE]
Successfully set protection type to `{type}`.
[S_PROTECTION_ADD]
Added `{changes}` to the protected list.
[S_PROTECTION_REMOVE]
Removed `{changes}` from the protected list.
[S_PROTECTION_SET]
Set the protected list to `{changes}`.
[S_PROTECTION_LIST]
The following roles are protected.
{list}
//MODPOINTS SETTING //MODPOINTS SETTING
[SM_MODPOINTS_DESCRIPTION]
Configure points and point expirations for infractions. Used by automod
[S_MODPOINTS_NAN] [S_MODPOINTS_NAN]
Invalid points: `{arg}` Invalid points: `{arg}`
@ -82,11 +108,11 @@ The following infractions are set to be logged:
`{list}` `{list}`
[S_MODERATIONLOG_REMOVE] [S_MODERATIONLOG_REMOVE]
The followin infraction types will no longer be logged: The following infraction types will no longer be logged:
`{list}` `{list}`
[S_MODERATIONLOG_ADD] [S_MODERATIONLOG_ADD]
The followin infraction types will now be logged: The following infraction types will now be logged:
`{list}` `{list}`
//NICKNAMELOGS SETTING //NICKNAMELOGS SETTING

View File

@ -1,5 +1,12 @@
//Guild Settings //Guild Settings
//STICKYROLE
[S_STICKYROLE_DESCRIPTION]
Configure the role persistence when users leave and rejoin (roles get automatically reassigned upon rejoin).
[S_STICKYROLE_TOGGLE]
Successfully toggled role persistence `{toggle}`.
//GUILD INDEXING //GUILD INDEXING
[S_INDEX_DESCRIPTION] [S_INDEX_DESCRIPTION]
@ -12,7 +19,7 @@ Successfully set the guild description to
``` ```
[S_INDEX_TOGGLE] [S_INDEX_TOGGLE]
Successfully toggled guild indexing `{toggle}` Successfully toggled guild indexing `{toggle}`.
//GUILD WELCOMER //GUILD WELCOMER
[S_WELCOMER_DESCRIPTION] [S_WELCOMER_DESCRIPTION]