lang
This commit is contained in:
parent
c252fd4a1f
commit
2e1ebad582
@ -0,0 +1,2 @@
|
||||
[C_GRANT_NO_TARGET]
|
||||
Missing either member or role.
|
@ -15,3 +15,7 @@ The given value is out of bounds. Make sure you're giving a correct number.
|
||||
|
||||
[ERR_CHANNEL_PERMS]
|
||||
Missing `{perms}` permission(s) in {emoji_text-channel}**{channel}**.
|
||||
|
||||
[I_PERMISSIONS_ERROR]
|
||||
The command **{command}** requires you to have permissions to use.
|
||||
*Missing: {missing}.*
|
@ -7,6 +7,9 @@ Choices
|
||||
[GENERAL_DEPENDSON]
|
||||
Depends on: `{dependencies}`
|
||||
|
||||
[GENERAL_PERMISSIONS]
|
||||
Required Permissions
|
||||
|
||||
// Generic setting field names
|
||||
[GENERAL_STATUS]
|
||||
》 Status
|
||||
|
@ -30,4 +30,10 @@ The command option **{option}** depends on another option: **{dependency}**.
|
||||
An error occured while executing that command.
|
||||
It is recommended to contact a developer about this issue.
|
||||
|
||||
You can join the support server by clicking on the button below.
|
||||
You can join the support server by clicking on the button below.
|
||||
|
||||
[O_COMMANDHANDLER_COMMAND_ERROR]
|
||||
Command Error
|
||||
|
||||
[O_COMMANDHANDLER_COMMAND_NORESPONSE]
|
||||
Command returned no response. This should not happen and is likely a bug.
|
@ -7,13 +7,13 @@ If you've given the permission retroactively, make sure to reconfigure the chann
|
||||
Configure member logging for your server.
|
||||
|
||||
**Usable tags:**
|
||||
{mention} - mentions the user
|
||||
{tag} - username#discriminator
|
||||
{user} - username
|
||||
{guildsize} - member count of the server
|
||||
{guildname} - name of the server
|
||||
{accage} - age of the account
|
||||
{id} - ID of the account
|
||||
`{mention}` - mentions the user
|
||||
`{tag}` - username#discriminator
|
||||
`{user}` - username
|
||||
`{guildsize}` - member count of the 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.
|
||||
|
@ -14,4 +14,4 @@ Configure a message that is sent to new members upon join.
|
||||
`{guildsize}` - member count of the server
|
||||
`{guildname}` - name of the server
|
||||
`{accage}` - age of the account
|
||||
`{accage}` - ID of the account
|
||||
`{id}` - ID of the account
|
Loading…
Reference in New Issue
Block a user