This commit is contained in:
Erik 2022-03-29 01:44:46 +03:00
parent c252fd4a1f
commit 2e1ebad582
Signed by: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
6 changed files with 24 additions and 9 deletions

View File

@ -0,0 +1,2 @@
[C_GRANT_NO_TARGET]
Missing either member or role.

View File

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

View File

@ -7,6 +7,9 @@ Choices
[GENERAL_DEPENDSON]
Depends on: `{dependencies}`
[GENERAL_PERMISSIONS]
Required Permissions
// Generic setting field names
[GENERAL_STATUS]
》 Status

View File

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

View File

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

View File

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