lang
This commit is contained in:
parent
78247a07e3
commit
4bfa17520d
@ -4,6 +4,8 @@ Command Options
|
|||||||
[GENERAL_CHOICES]
|
[GENERAL_CHOICES]
|
||||||
Choices
|
Choices
|
||||||
|
|
||||||
|
[GENERAL_DEPENDSON]
|
||||||
|
Depends on: `{dependencies}`
|
||||||
|
|
||||||
// Setting field names
|
// Setting field names
|
||||||
[GENERAL_JOINMSG]
|
[GENERAL_JOINMSG]
|
||||||
@ -39,6 +41,12 @@ Choices
|
|||||||
[GENERAL_TYPE]
|
[GENERAL_TYPE]
|
||||||
》 Type
|
》 Type
|
||||||
|
|
||||||
|
[GENERAL_INFRACTIONS]
|
||||||
|
》 Infractions
|
||||||
|
|
||||||
|
[GENERAL_MESSAGES]
|
||||||
|
》 Messages
|
||||||
|
|
||||||
[GENERAL_STATE]
|
[GENERAL_STATE]
|
||||||
switch({bool}) {
|
switch({bool}) {
|
||||||
case true:
|
case true:
|
||||||
|
@ -23,6 +23,9 @@ The command option {option} requires a number between `{min}` and `{max}`.
|
|||||||
[O_COMMANDHANDLER_TYPEFLOAT]
|
[O_COMMANDHANDLER_TYPEFLOAT]
|
||||||
The command option {option} requires a float between `{min}` and `{max}`.
|
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]
|
[O_COMMANDHANDLER_ERROR]
|
||||||
An error occured while executing that command.
|
An error occured while executing that command.
|
||||||
It is recommended to contact a developer about this issue.
|
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
|
{guildname} - name of the server
|
||||||
{accage} - age of the account
|
{accage} - age of the account
|
||||||
{id} - ID 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