This commit is contained in:
Erik 2022-01-28 20:31:37 +02:00
parent 78247a07e3
commit 4bfa17520d
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589
3 changed files with 18 additions and 0 deletions

View File

@ -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:

View File

@ -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.

View File

@ -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}**.