lang
This commit is contained in:
parent
78247a07e3
commit
4bfa17520d
@ -4,6 +4,8 @@ Command Options
|
||||
[GENERAL_CHOICES]
|
||||
Choices
|
||||
|
||||
[GENERAL_DEPENDSON]
|
||||
Depends on: `{dependencies}`
|
||||
|
||||
// Setting field names
|
||||
[GENERAL_JOINMSG]
|
||||
@ -39,6 +41,12 @@ Choices
|
||||
[GENERAL_TYPE]
|
||||
》 Type
|
||||
|
||||
[GENERAL_INFRACTIONS]
|
||||
》 Infractions
|
||||
|
||||
[GENERAL_MESSAGES]
|
||||
》 Messages
|
||||
|
||||
[GENERAL_STATE]
|
||||
switch({bool}) {
|
||||
case true:
|
||||
|
@ -23,6 +23,9 @@ The command option {option} requires a number between `{min}` and `{max}`.
|
||||
[O_COMMANDHANDLER_TYPEFLOAT]
|
||||
The command option {option} requires a float between `{min}` and `{max}`.
|
||||
|
||||
[O_COMMANDHANDLER_DEPEDENCY]
|
||||
The command option **{option}** depends on another option **{dependency}**.
|
||||
|
||||
[O_COMMANDHANDLER_ERROR]
|
||||
An error occured while executing that command.
|
||||
It is recommended to contact a developer about this issue.
|
||||
|
@ -14,3 +14,10 @@ Configure member logging for your server.
|
||||
{guildname} - name of the server
|
||||
{accage} - age of the account
|
||||
{id} - ID of the account
|
||||
|
||||
[SETTING_DMINFRACTION_HELP]
|
||||
Configure if messages get sent to users after they're infracted.
|
||||
Setup custom messages and customize what infractions you want to send to the user.
|
||||
|
||||
[SETTING_DMINFRACTION_VALID]
|
||||
Valid choices are **{valid}**.
|
Loading…
Reference in New Issue
Block a user